diff options
Diffstat (limited to 'kdeprint/management/kmwsocketutil.h')
-rw-r--r-- | kdeprint/management/kmwsocketutil.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdeprint/management/kmwsocketutil.h b/kdeprint/management/kmwsocketutil.h index ad17b8113..a7b9faee2 100644 --- a/kdeprint/management/kmwsocketutil.h +++ b/kdeprint/management/kmwsocketutil.h @@ -48,8 +48,8 @@ protected slots: void slotOk(); private: - QLineEdit *mask_, *tout_; - QComboBox *port_; + TQLineEdit *mask_, *tout_; + TQComboBox *port_; }; class KMWSocketUtil @@ -68,7 +68,7 @@ public: private: TQPtrList<SocketInfo> printerlist_; - QString root_; + TQString root_; int port_; int timeout_; // in milliseconds }; |