summaryrefslogtreecommitdiffabout
path: root/libkdepim/categoryselectdialog.h
Unidiff
Diffstat (limited to 'libkdepim/categoryselectdialog.h') (more/less context) (show whitespace changes)
-rw-r--r--libkdepim/categoryselectdialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libkdepim/categoryselectdialog.h b/libkdepim/categoryselectdialog.h
index 680a093..ff7ac58 100644
--- a/libkdepim/categoryselectdialog.h
+++ b/libkdepim/categoryselectdialog.h
@@ -28,3 +28,3 @@
28class KPimPrefs; 28class KPimPrefs;
29class QCheckListItem; 29class Q3CheckListItem;
30 30
@@ -38,3 +38,3 @@ class CategorySelectDialog : public CategorySelectDialog_base
38 const char* name = 0, 38 const char* name = 0,
39 bool modal = FALSE, WFlags fl = 0 ); 39 bool modal = FALSE, Qt::WFlags fl = 0 );
40 ~CategorySelectDialog(); 40 ~CategorySelectDialog();
@@ -55,3 +55,3 @@ class CategorySelectDialog : public CategorySelectDialog_base
55 void setColorCat(); 55 void setColorCat();
56 void clicked ( QListViewItem * ); 56 void clicked ( Q3ListViewItem * );
57 signals: 57 signals:
@@ -65,4 +65,4 @@ class CategorySelectDialog : public CategorySelectDialog_base
65 QStringList mCategoryList; 65 QStringList mCategoryList;
66 QCheckListItem *mColorItem; 66 Q3CheckListItem *mColorItem;
67 void setColorItem( QCheckListItem * ); 67 void setColorItem( Q3CheckListItem * );
68 68