summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui/serverconfigdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/gui/serverconfigdialog.h')
-rw-r--r--kbugbuster/gui/serverconfigdialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kbugbuster/gui/serverconfigdialog.h b/kbugbuster/gui/serverconfigdialog.h
index 5764bfdf..33d4573b 100644
--- a/kbugbuster/gui/serverconfigdialog.h
+++ b/kbugbuster/gui/serverconfigdialog.h
@@ -12,17 +12,17 @@ class ServerConfigDialog : public KDialogBase
{
Q_OBJECT
public:
- ServerConfigDialog( QWidget *parent = 0 , const char *name = 0 );
+ ServerConfigDialog( TQWidget *parent = 0 , const char *name = 0 );
void setServerConfig( const BugServerConfig & );
BugServerConfig serverConfig();
private:
- QLineEdit *mServerName;
- QLineEdit *mServerUrl;
- QLineEdit *mUser;
+ TQLineEdit *mServerName;
+ TQLineEdit *mServerUrl;
+ TQLineEdit *mUser;
KPasswordEdit *mPassword;
- QComboBox *mVersion;
+ TQComboBox *mVersion;
};
#endif