summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/KDevCoreIface.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/interfaces/KDevCoreIface.h')
-rw-r--r--lib/interfaces/KDevCoreIface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/interfaces/KDevCoreIface.h b/lib/interfaces/KDevCoreIface.h
index e37db975..5603e0f5 100644
--- a/lib/interfaces/KDevCoreIface.h
+++ b/lib/interfaces/KDevCoreIface.h
@@ -27,7 +27,7 @@
class KDevCore;
-class KDevCoreIface : public QObject, public DCOPObject
+class KDevCoreIface : public TQObject, public DCOPObject
{
Q_OBJECT
K_DCOP
@@ -38,7 +38,7 @@ public:
~KDevCoreIface();
k_dcop:
- void openProject(const QString& projectFileName);
+ void openProject(const TQString& projectFileName);
private slots:
void forwardProjectOpened();