summaryrefslogtreecommitdiff
path: root/libopie2/opieui/ofontselector.h
Side-by-side diff
Diffstat (limited to 'libopie2/opieui/ofontselector.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opieui/ofontselector.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/libopie2/opieui/ofontselector.h b/libopie2/opieui/ofontselector.h
index ad51819..1d97233 100644
--- a/libopie2/opieui/ofontselector.h
+++ b/libopie2/opieui/ofontselector.h
@@ -37,6 +37,7 @@ class QListBox;
-namespace Opie
-{
-
+namespace Opie {
+namespace Ui {
+namespace Private {
class OFontSelectorPrivate;
+}
@@ -97,6 +98,7 @@ private:
private:
- OFontSelectorPrivate *d;
+ Private::OFontSelectorPrivate *d;
};
-};
+}
+}