diff options
Diffstat (limited to 'src/configpagebase.h')
-rwxr-xr-x | src/configpagebase.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/configpagebase.h b/src/configpagebase.h index 802bb2d..23aad2b 100755 --- a/src/configpagebase.h +++ b/src/configpagebase.h @@ -3,21 +3,22 @@ #ifndef CONFIGPAGEBASE_H #define CONFIGPAGEBASE_H -#include <qwidget.h> +#include <tqwidget.h> /** * @short The base for all pages of the config dialog * @author Daniel Faust <[email protected]> * @version 0.3 */ -class ConfigPageBase : public QWidget +class ConfigPageBase : public TQWidget { Q_OBJECT + TQ_OBJECT public: /** * Constructor */ - ConfigPageBase( QWidget *parent=0, const char *name=0 ); + ConfigPageBase( TQWidget *tqparent=0, const char *name=0 ); /** * Destructor |