summaryrefslogtreecommitdiffstats
path: root/kresources/scalix/scalixadmin/delegatepage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/scalix/scalixadmin/delegatepage.h')
-rw-r--r--kresources/scalix/scalixadmin/delegatepage.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kresources/scalix/scalixadmin/delegatepage.h b/kresources/scalix/scalixadmin/delegatepage.h
index 243c0f0d3..edaad8e78 100644
--- a/kresources/scalix/scalixadmin/delegatepage.h
+++ b/kresources/scalix/scalixadmin/delegatepage.h
@@ -21,7 +21,7 @@
#ifndef DELEGATEPAGE_H
#define DELEGATEPAGE_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include "delegatemanager.h"
@@ -33,7 +33,7 @@ class DelegatePage : public QWidget
Q_OBJECT
public:
- DelegatePage( QWidget *parent = 0 );
+ DelegatePage( TQWidget *parent = 0 );
~DelegatePage();
private slots:
@@ -49,9 +49,9 @@ class DelegatePage : public QWidget
void selectionChanged();
private:
- QPushButton *mAddButton;
- QPushButton *mEditButton;
- QPushButton *mRemoveButton;
+ TQPushButton *mAddButton;
+ TQPushButton *mEditButton;
+ TQPushButton *mRemoveButton;
DelegateManager mManager;
DelegateView *mView;