summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopeteuiglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/kopeteuiglobal.h')
-rw-r--r--kopete/libkopete/kopeteuiglobal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/libkopete/kopeteuiglobal.h b/kopete/libkopete/kopeteuiglobal.h
index 4a79eb87..7db34189 100644
--- a/kopete/libkopete/kopeteuiglobal.h
+++ b/kopete/libkopete/kopeteuiglobal.h
@@ -18,7 +18,7 @@
#ifndef KOPETEUIGLOBAL_H
#define KOPETEUIGLOBAL_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include "kopete_export.h"
@@ -36,12 +36,12 @@ namespace Global
/**
* Set the main widget to widget
*/
- KOPETE_EXPORT void setMainWidget( QWidget *widget );
+ KOPETE_EXPORT void setMainWidget( TQWidget *widget );
/**
* Returns the main widget - this is the widget that message boxes
* and KNotify stuff should use as a parent.
*/
- KOPETE_EXPORT QWidget *mainWidget();
+ KOPETE_EXPORT TQWidget *mainWidget();
/**
* \brief Returns the WId of the system tray.