diff options
Diffstat (limited to 'kitchensync/src/mainwidget.h')
-rw-r--r-- | kitchensync/src/mainwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/src/mainwidget.h b/kitchensync/src/mainwidget.h index 3bbfcb5cd..acd353434 100644 --- a/kitchensync/src/mainwidget.h +++ b/kitchensync/src/mainwidget.h @@ -23,7 +23,7 @@ #include <libqopensync/engine.h> #include <kdemacros.h> -#include <qwidget.h> +#include <tqwidget.h> class KAboutData; class KAction; @@ -40,7 +40,7 @@ class KDE_EXPORT MainWidget : public QWidget { Q_OBJECT public: - MainWidget( KXMLGUIClient *guiClient, QWidget *widget = 0, const char *name = 0 ); + MainWidget( KXMLGUIClient *guiClient, TQWidget *widget = 0, const char *name = 0 ); ~MainWidget(); virtual KXMLGUIClient *guiClient() const; |