diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-27 00:40:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-27 00:40:29 +0000 |
commit | 7a741e43ff09e70396a918956219b8316c48e522 (patch) | |
tree | 3d0f60eccd59786cea7236db2d5c4c1f25874515 /src/sidebarpage.h | |
parent | a48487ef0c329434b58b6f920111bb0999f1109e (diff) | |
download | dolphin-7a741e43ff09e70396a918956219b8316c48e522.tar.gz dolphin-7a741e43ff09e70396a918956219b8316c48e522.zip |
TQt4 port Dolphin
This enables compilation under Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/dolphin@1229359 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/sidebarpage.h')
-rw-r--r-- | src/sidebarpage.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/sidebarpage.h b/src/sidebarpage.h index e136016..2346ce0 100644 --- a/src/sidebarpage.h +++ b/src/sidebarpage.h @@ -21,7 +21,7 @@ #ifndef _SIDEBARPAGE_H_ #define _SIDEBARPAGE_H_ -#include <qwidget.h> +#include <tqwidget.h> class Sidebar; @@ -30,12 +30,13 @@ class Sidebar; * * TODO */ -class SidebarPage : public QWidget +class SidebarPage : public TQWidget { Q_OBJECT + TQ_OBJECT public: - SidebarPage(QWidget* parent); + SidebarPage(TQWidget* tqparent); virtual ~SidebarPage(); protected slots: |