summaryrefslogtreecommitdiffstats
path: root/akregator/src/configdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/configdialog.h')
-rw-r--r--akregator/src/configdialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/akregator/src/configdialog.h b/akregator/src/configdialog.h
index 78136e324..670742a99 100644
--- a/akregator/src/configdialog.h
+++ b/akregator/src/configdialog.h
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef AKREGATOR_CONFIGDIALOG_H
@@ -35,9 +35,10 @@ class SettingsAppearance;
class ConfigDialog : public KConfigDialog
{
Q_OBJECT
+ TQ_OBJECT
public:
- ConfigDialog(TQWidget *parent, const char *name, KConfigSkeleton *config, DialogType dialogType=IconList, int dialogButtons=Default|Ok|Apply|Cancel|Help, ButtonCode defaultButton=Ok, bool modal=false);
+ ConfigDialog(TQWidget *tqparent, const char *name, KConfigSkeleton *config, DialogType dialogType=IconList, int dialogButtons=Default|Ok|Apply|Cancel|Help, ButtonCode defaultButton=Ok, bool modal=false);
virtual ~ConfigDialog();