summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/configguigcalendar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/configguigcalendar.cpp')
-rw-r--r--kitchensync/src/configguigcalendar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/src/configguigcalendar.cpp b/kitchensync/src/configguigcalendar.cpp
index d832157e..8e800676 100644
--- a/kitchensync/src/configguigcalendar.cpp
+++ b/kitchensync/src/configguigcalendar.cpp
@@ -29,8 +29,8 @@
#include <tqdom.h>
#include <tqlineedit.h>
-ConfigGuiGoogleCalendar::ConfigGuiGoogleCalendar( const QSync::Member &member, TQWidget *tqparent )
- : ConfigGui( member, tqparent )
+ConfigGuiGoogleCalendar::ConfigGuiGoogleCalendar( const QSync::Member &member, TQWidget *parent )
+ : ConfigGui( member, parent )
{
TQBoxLayout *userLayout = new TQHBoxLayout( topLayout() );