summaryrefslogtreecommitdiffstats
path: root/kontact/src/sidepanebase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/src/sidepanebase.cpp')
-rw-r--r--kontact/src/sidepanebase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/src/sidepanebase.cpp b/kontact/src/sidepanebase.cpp
index 92a3ce51..486e273b 100644
--- a/kontact/src/sidepanebase.cpp
+++ b/kontact/src/sidepanebase.cpp
@@ -25,8 +25,8 @@
using namespace Kontact;
-SidePaneBase::SidePaneBase( Core *core, TQWidget *parent, const char *name )
- : TQVBox( parent, name ), mCore( core )
+SidePaneBase::SidePaneBase( Core *core, TQWidget *tqparent, const char *name )
+ : TQVBox( tqparent, name ), mCore( core )
{
}