summaryrefslogtreecommitdiffstats
path: root/ksysv/PreferencesDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/PreferencesDialog.h')
-rw-r--r--ksysv/PreferencesDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ksysv/PreferencesDialog.h b/ksysv/PreferencesDialog.h
index a061331..7486911 100644
--- a/ksysv/PreferencesDialog.h
+++ b/ksysv/PreferencesDialog.h
@@ -17,6 +17,7 @@ class KSVConfig;
class KSVPreferences : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
static KSVPreferences* self ();
@@ -52,7 +53,7 @@ private slots:
private:
friend class KSVTopLevel;
- KSVPreferences (TQWidget* parent);
+ KSVPreferences (TQWidget* tqparent);
void setConfig ();
bool checkPaths();
void reReadMessages();