summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/configgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/configgui.h')
-rw-r--r--kitchensync/src/configgui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kitchensync/src/configgui.h b/kitchensync/src/configgui.h
index 9f784dc2..6b7b1b10 100644
--- a/kitchensync/src/configgui.h
+++ b/kitchensync/src/configgui.h
@@ -32,12 +32,12 @@ class TQTextEdit;
class ConfigGui : public TQWidget
{
public:
- ConfigGui( const QSync::Member &, TQWidget *tqparent );
+ ConfigGui( const QSync::Member &, TQWidget *parent );
class Factory
{
public:
- static ConfigGui *create( const QSync::Member &, TQWidget *tqparent );
+ static ConfigGui *create( const QSync::Member &, TQWidget *parent );
};
void setInstanceName( const TQString & );
@@ -60,7 +60,7 @@ class ConfigGui : public TQWidget
class ConfigGuiXml : public ConfigGui
{
public:
- ConfigGuiXml( const QSync::Member &, TQWidget *tqparent );
+ ConfigGuiXml( const QSync::Member &, TQWidget *parent );
void load( const TQString & );
TQString save() const;