summaryrefslogtreecommitdiffabout
path: root/libkdepim/categoryeditdialog.h
Side-by-side diff
Diffstat (limited to 'libkdepim/categoryeditdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libkdepim/categoryeditdialog.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/libkdepim/categoryeditdialog.h b/libkdepim/categoryeditdialog.h
index 9bb3201..828894f 100644
--- a/libkdepim/categoryeditdialog.h
+++ b/libkdepim/categoryeditdialog.h
@@ -26,3 +26,3 @@
#include <categoryeditdialog_base.h>
-#include <qlistview.h>
+#include <q3listview.h>
@@ -32,3 +32,3 @@ namespace KPIM {
- class CategorySelectItem :public QObject, public QCheckListItem
+ class CategorySelectItem :public QObject, public Q3CheckListItem
{
@@ -38,4 +38,4 @@ namespace KPIM {
- CategorySelectItem(QListView * parent, const QString & text, Type tt) : QObject( parent ),
- QCheckListItem (parent, text, tt )
+ CategorySelectItem(Q3ListView * parent, const QString & text, Type tt) : QObject( parent ),
+ Q3CheckListItem (parent, text, tt )
{;}
@@ -43,3 +43,3 @@ namespace KPIM {
signals:
- void stateChanged( QListViewItem*);
+ void stateChanged( Q3ListViewItem*);
@@ -49,3 +49,3 @@ namespace KPIM {
{
- QCheckListItem::stateChange(b);
+ Q3CheckListItem::stateChange(b);
emit stateChanged( this );
@@ -61,3 +61,3 @@ class CategoryEditDialog : public CategoryEditDialog_base
const char* name = 0,
- bool modal = FALSE, WFlags fl = 0 );
+ bool modal = FALSE, Qt::WFlags fl = 0 );
~CategoryEditDialog();
@@ -77,5 +77,5 @@ class CategoryEditDialog : public CategoryEditDialog_base
private slots:
- void editItem(QListViewItem *item);
+ void editItem(Q3ListViewItem *item);
void slotTextChanged(const QString &text);
-
+ private:
KPimPrefs *mPrefs;