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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xparts/src/interfaces/xpartmanager.h b/xparts/src/interfaces/xpartmanager.h
index 7838fff1..25a341f8 100644
--- a/xparts/src/interfaces/xpartmanager.h
+++ b/xparts/src/interfaces/xpartmanager.h
@@ -10,7 +10,7 @@ class XKPartManager : public DCOPObject
k_dcop:
/** Query a XPart able to handle a given mimetype */
- virtual DCOPRef createPart( TTQString servicetype ) = 0;
+ virtual DCOPRef createPart( TQString servicetype ) = 0;
/** Delete a previously created XPart */
virtual void deletePart( DCOPRef ref ) = 0;