summaryrefslogtreecommitdiffstats
path: root/src/sidebarpage.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-27 00:40:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-27 00:40:29 +0000
commit7a741e43ff09e70396a918956219b8316c48e522 (patch)
tree3d0f60eccd59786cea7236db2d5c4c1f25874515 /src/sidebarpage.cpp
parenta48487ef0c329434b58b6f920111bb0999f1109e (diff)
downloaddolphin-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.cpp')
-rw-r--r--src/sidebarpage.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sidebarpage.cpp b/src/sidebarpage.cpp
index e102b7d..e490be8 100644
--- a/src/sidebarpage.cpp
+++ b/src/sidebarpage.cpp
@@ -20,11 +20,11 @@
#include "sidebarpage.h"
#include "dolphin.h"
-SidebarPage::SidebarPage(QWidget* parent) :
- QWidget(parent)
+SidebarPage::SidebarPage(TQWidget* tqparent) :
+ TQWidget(tqparent)
{
- connect(&Dolphin::mainWin(), SIGNAL(activeViewChanged()),
- this, SLOT(activeViewChanged()));
+ connect(&Dolphin::mainWin(), TQT_SIGNAL(activeViewChanged()),
+ this, TQT_SLOT(activeViewChanged()));
}
SidebarPage::~SidebarPage()