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 209a084c..1e6d824d 100644
--- a/kbugbuster/gui/preferencesdialog.h
+++ b/kbugbuster/gui/preferencesdialog.h
@@ -15,7 +15,7 @@ class PreferencesDialog : public KDialogBase
Q_OBJECT
TQ_OBJECT
public:
- PreferencesDialog( TQWidget* tqparent = 0, const char* name = 0 );
+ PreferencesDialog( TQWidget* parent = 0, const char* name = 0 );
~PreferencesDialog();
void createServerItem( ServerListView *listView, const TQString &name,
@@ -65,7 +65,7 @@ class SelectServerDlg : public KDialogBase
Q_OBJECT
TQ_OBJECT
public:
- SelectServerDlg(PreferencesDialog *tqparent, const char */*name*/ );
+ SelectServerDlg(PreferencesDialog *parent, const char */*name*/ );
ServerItem *serverSelected();
protected slots:
void slotDoubleClicked( TQListViewItem *);