diff options
Diffstat (limited to 'akregator/src/configdialog.h')
-rw-r--r-- | akregator/src/configdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/configdialog.h b/akregator/src/configdialog.h index 670742a99..f67140010 100644 --- a/akregator/src/configdialog.h +++ b/akregator/src/configdialog.h @@ -38,7 +38,7 @@ class ConfigDialog : public KConfigDialog TQ_OBJECT public: - ConfigDialog(TQWidget *tqparent, const char *name, KConfigSkeleton *config, DialogType dialogType=IconList, int dialogButtons=Default|Ok|Apply|Cancel|Help, ButtonCode defaultButton=Ok, bool modal=false); + ConfigDialog(TQWidget *parent, const char *name, KConfigSkeleton *config, DialogType dialogType=IconList, int dialogButtons=Default|Ok|Apply|Cancel|Help, ButtonCode defaultButton=Ok, bool modal=false); virtual ~ConfigDialog(); |