diff options
Diffstat (limited to 'kitchensync/src/aboutpage.h')
-rw-r--r-- | kitchensync/src/aboutpage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kitchensync/src/aboutpage.h b/kitchensync/src/aboutpage.h index d0bed85a0..75f9d489e 100644 --- a/kitchensync/src/aboutpage.h +++ b/kitchensync/src/aboutpage.h @@ -23,14 +23,14 @@ #include <kurl.h> -#include <qwidget.h> +#include <tqwidget.h> class AboutPage : public QWidget { Q_OBJECT public: - AboutPage( QWidget *parent ); + AboutPage( TQWidget *parent ); signals: void addGroup(); @@ -39,7 +39,7 @@ class AboutPage : public QWidget void handleUrl( const KURL& ); private: - QString htmlText() const; + TQString htmlText() const; }; #endif |