summaryrefslogtreecommitdiff
path: root/libopie2/opieui/oclickablelabel.h
Side-by-side diff
Diffstat (limited to 'libopie2/opieui/oclickablelabel.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opieui/oclickablelabel.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libopie2/opieui/oclickablelabel.h b/libopie2/opieui/oclickablelabel.h
index b224d61..90859a0 100644
--- a/libopie2/opieui/oclickablelabel.h
+++ b/libopie2/opieui/oclickablelabel.h
@@ -30,14 +30,14 @@
#ifndef OCLICKABLELABEL_H
#define OCLICKABLELABEL_H
/* QT */
#include <qlabel.h>
-namespace Opie
-{
+namespace Opie{
+namespace Ui {
/**
* This class is a special QLabel which can behave
* as a QPushButton or QToggleButton.
* The reason to use a clickable is if you want to save space
* or you want to skip the border of a normal button
@@ -95,9 +95,10 @@ private:
private:
class Private;
Private *d; // private d pointer
};
-};
+}
+}
#endif