summaryrefslogtreecommitdiffstats
path: root/kuser/selectconn.h
diff options
context:
space:
mode:
Diffstat (limited to 'kuser/selectconn.h')
-rw-r--r--kuser/selectconn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kuser/selectconn.h b/kuser/selectconn.h
index 674e148..d201a39 100644
--- a/kuser/selectconn.h
+++ b/kuser/selectconn.h
@@ -25,8 +25,8 @@
class SelectConn : public KDialogBase {
Q_OBJECT
public:
- SelectConn( const QString &selected, QWidget* parent, const char * name);
- QString connSelected();
+ SelectConn( const TQString &selected, TQWidget* parent, const char * name);
+ TQString connSelected();
protected slots:
void slotUser1();
void slotUser2();
@@ -37,7 +37,7 @@ protected slots:
protected:
KComboBox *mCombo;
- QString conn, newconn, mSelected;
+ TQString conn, newconn, mSelected;
};
#endif // _KU_SELECTCONN_H_