diff options
Diffstat (limited to 'python/pykde/extra/kde323/configwidget.h')
-rw-r--r-- | python/pykde/extra/kde323/configwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pykde/extra/kde323/configwidget.h b/python/pykde/extra/kde323/configwidget.h index 643df88b..e289743a 100644 --- a/python/pykde/extra/kde323/configwidget.h +++ b/python/pykde/extra/kde323/configwidget.h @@ -26,7 +26,7 @@ #include <kconfig.h> -#include <qwidget.h> +#include <tqwidget.h> namespace KRES { @@ -34,7 +34,7 @@ class ConfigWidget : public QWidget { Q_OBJECT public: - ConfigWidget( QWidget *parent = 0, const char *name = 0 ); + ConfigWidget( TQWidget *parent = 0, const char *name = 0 ); /** Sets the widget to 'edit' mode. Reimplement this method if you are |