summaryrefslogtreecommitdiffstats
path: root/src/sidebarpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sidebarpage.cpp')
-rw-r--r--src/sidebarpage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sidebarpage.cpp b/src/sidebarpage.cpp
index e490be8..99b1af4 100644
--- a/src/sidebarpage.cpp
+++ b/src/sidebarpage.cpp
@@ -20,8 +20,8 @@
#include "sidebarpage.h"
#include "dolphin.h"
-SidebarPage::SidebarPage(TQWidget* tqparent) :
- TQWidget(tqparent)
+SidebarPage::SidebarPage(TQWidget* parent) :
+ TQWidget(parent)
{
connect(&Dolphin::mainWin(), TQT_SIGNAL(activeViewChanged()),
this, TQT_SLOT(activeViewChanged()));