summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui/preferencesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/gui/preferencesdialog.h')
-rw-r--r--kbugbuster/gui/preferencesdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/gui/preferencesdialog.h b/kbugbuster/gui/preferencesdialog.h
index 0320018f..cd200ba4 100644
--- a/kbugbuster/gui/preferencesdialog.h
+++ b/kbugbuster/gui/preferencesdialog.h
@@ -12,7 +12,7 @@ class ServerListView;
class PreferencesDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
PreferencesDialog( TQWidget* parent = 0, const char* name = 0 );
@@ -62,7 +62,7 @@ class ServerItem;
class SelectServerDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
SelectServerDlg(PreferencesDialog *parent, const char */*name*/ );