summaryrefslogtreecommitdiffstats
path: root/xparts/src/interfaces/xpartmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'xparts/src/interfaces/xpartmanager.h')
-rw-r--r--xparts/src/interfaces/xpartmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xparts/src/interfaces/xpartmanager.h b/xparts/src/interfaces/xpartmanager.h
index a172ee3f..25a341f8 100644
--- a/xparts/src/interfaces/xpartmanager.h
+++ b/xparts/src/interfaces/xpartmanager.h
@@ -2,7 +2,7 @@
#define __xkparts_partmanager_h__
#include <dcopobject.h>
-#include <qglobal.h>
+#include <tqglobal.h>
class XKPartManager : public DCOPObject
{
@@ -10,7 +10,7 @@ class XKPartManager : public DCOPObject
k_dcop:
/** Query a XPart able to handle a given mimetype */
- virtual DCOPRef createPart( QString servicetype ) = 0;
+ virtual DCOPRef createPart( TQString servicetype ) = 0;
/** Delete a previously created XPart */
virtual void deletePart( DCOPRef ref ) = 0;