summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol/proxywidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kcontrol/proxywidget.h')
-rw-r--r--kcontrol/kcontrol/proxywidget.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kcontrol/kcontrol/proxywidget.h b/kcontrol/kcontrol/proxywidget.h
index a06e571de..c1368b447 100644
--- a/kcontrol/kcontrol/proxywidget.h
+++ b/kcontrol/kcontrol/proxywidget.h
@@ -32,7 +32,7 @@ class KCModule;
class KAboutData;
#include "dockcontainer.h"
-#include <qscrollview.h>
+#include <tqscrollview.h>
class ProxyView;
@@ -42,10 +42,10 @@ class ProxyWidget : public QWidget
public:
- ProxyWidget(KCModule *client, QString title, const char *name=0, bool run_as_root = false);
+ ProxyWidget(KCModule *client, TQString title, const char *name=0, bool run_as_root = false);
~ProxyWidget();
- QString quickHelp() const;
+ TQString quickHelp() const;
const KAboutData *aboutData() const;
public slots:
@@ -71,8 +71,8 @@ signals:
private:
- QPushButton *_handbook, *_default, *_apply, *_reset, *_root;
- QFrame *_sep;
+ TQPushButton *_handbook, *_default, *_apply, *_reset, *_root;
+ TQFrame *_sep;
KCModule *_client;
ProxyView *view;