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 01e8b958a..78136e324 100644 --- a/akregator/src/configdialog.h +++ b/akregator/src/configdialog.h @@ -37,7 +37,7 @@ class ConfigDialog : public KConfigDialog Q_OBJECT public: - ConfigDialog(QWidget *parent, 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(); |