summaryrefslogtreecommitdiffstats
path: root/systemsettings/kcscrollview.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-30 18:02:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-30 18:02:11 +0000
commit5ad8fdbf162cf819cf1c48d2ddd8aed9113ab718 (patch)
treea2f76da0912085453b974e590005753ca279457b /systemsettings/kcscrollview.h
parent70a90e54dfa3b5ab2133aebda71f310d29d6a680 (diff)
downloadtde-systemsettings-5ad8fdbf162cf819cf1c48d2ddd8aed9113ab718.tar.gz
tde-systemsettings-5ad8fdbf162cf819cf1c48d2ddd8aed9113ab718.zip
TQt4 convert kde-systemsettings
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-systemsettings@1234247 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'systemsettings/kcscrollview.h')
-rw-r--r--systemsettings/kcscrollview.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/systemsettings/kcscrollview.h b/systemsettings/kcscrollview.h
index 630ebc2..2706353 100644
--- a/systemsettings/kcscrollview.h
+++ b/systemsettings/kcscrollview.h
@@ -20,16 +20,16 @@
#ifndef KCSCROLLVIEW_H
#define KCSCROLLVIEW_H
-#include <qscrollview.h>
+#include <tqscrollview.h>
-class KCScrollView : public QScrollView {
+class KCScrollView : public TQScrollView {
public:
- KCScrollView ( QWidget * parent = 0, const char * name = 0, WFlags f = 0 );
+ KCScrollView ( TQWidget * tqparent = 0, const char * name = 0, WFlags f = 0 );
- virtual QSize sizeHint() const;
- virtual void addChild(QWidget *child, int x=0, int y=0);
+ virtual TQSize tqsizeHint() const;
+ virtual void addChild(TQWidget *child, int x=0, int y=0);
private:
- QWidget *mainChild;
+ TQWidget *mainChild;
};
#endif