diff options
Diffstat (limited to 'kget/dlgConnection.h')
-rw-r--r-- | kget/dlgConnection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kget/dlgConnection.h b/kget/dlgConnection.h index 0420b4f0..d4fa58a1 100644 --- a/kget/dlgConnection.h +++ b/kget/dlgConnection.h @@ -28,7 +28,7 @@ #ifndef _DLGCONNECTION_H #define _DLGCONNECTION_H -#include <qstringlist.h> +#include <tqstringlist.h> #include "dlgconnectionbase.h" @@ -37,7 +37,7 @@ class DlgConnection : public DlgConnectionBase Q_OBJECT public: - DlgConnection(QWidget * parent); + DlgConnection(TQWidget * parent); ~DlgConnection() {} void applyData(); void setData(); |