summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/configguimoto.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/configguimoto.h')
-rw-r--r--kitchensync/src/configguimoto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kitchensync/src/configguimoto.h b/kitchensync/src/configguimoto.h
index 54afcb75..cd588fac 100644
--- a/kitchensync/src/configguimoto.h
+++ b/kitchensync/src/configguimoto.h
@@ -29,10 +29,10 @@ class KLineEdit;
class ConfigGuiMoto : public ConfigGui
{
public:
- ConfigGuiMoto( const QSync::Member &, QWidget *parent );
+ ConfigGuiMoto( const QSync::Member &, TQWidget *parent );
- void load( const QString &xml );
- QString save() const;
+ void load( const TQString &xml );
+ TQString save() const;
private:
void initGUI();