diff options
Diffstat (limited to 'src/komposeglobal.h')
-rw-r--r-- | src/komposeglobal.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/komposeglobal.h b/src/komposeglobal.h index de39dab..9e56ae0 100644 --- a/src/komposeglobal.h +++ b/src/komposeglobal.h @@ -14,8 +14,8 @@ class KomposeSysTray; -#include <qobject.h> -#include <qstring.h> +#include <tqobject.h> +#include <tqstring.h> class KPopupMenu; class KActionCollection; @@ -27,18 +27,18 @@ class KWinModule; #include <config.h> #endif -#if defined(Q_WS_X11) && defined(HAVE_XCOMPOSITE) && defined(HAVE_XDAMAGE) && QT_VERSION >= 0x030300 +#if defined(Q_WS_X11) && defined(HAVE_XCOMPOSITE) && defined(HAVE_XDAMAGE) && TQT_VERSION >= 0x030300 # define COMPOSITE #endif /** @author Hans Oischinger */ -class KomposeGlobal : public QObject +class KomposeGlobal : public TQObject { Q_OBJECT protected: - KomposeGlobal(QObject *parent = 0, const char *name = 0); + KomposeGlobal(TQObject *parent = 0, const char *name = 0); ~KomposeGlobal(); @@ -71,7 +71,7 @@ protected: protected slots: void initSharedPixmaps(); - QString pixmapName(int desk); + TQString pixmapName(int desk); void slotDone(bool success); void enablePixmapExports(); void slotDesktopChanged(int desktop); |