summaryrefslogtreecommitdiffstats
path: root/src/sidebarpage.cpp
diff options
context:
space:
mode:
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()