summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/configguiblank.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/configguiblank.cpp')
-rw-r--r--kitchensync/src/configguiblank.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/src/configguiblank.cpp b/kitchensync/src/configguiblank.cpp
index 3e9d47b6..e5e60f20 100644
--- a/kitchensync/src/configguiblank.cpp
+++ b/kitchensync/src/configguiblank.cpp
@@ -26,8 +26,8 @@
#include <tqlabel.h>
#include <tqlayout.h>
-ConfigGuiBlank::ConfigGuiBlank( const QSync::Member &member, TQWidget *parent )
- : ConfigGui( member, parent )
+ConfigGuiBlank::ConfigGuiBlank( const QSync::Member &member, TQWidget *tqparent )
+ : ConfigGui( member, tqparent )
{
TQLabel *label = new TQLabel( i18n( "This member/plugin needs no configuration." ), this );
topLayout()->addWidget( label );