summaryrefslogtreecommitdiffstats
path: root/src/kscope.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-10-08 00:16:56 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-10-08 05:14:54 +0200
commit78114a50964bc7bb5d7d99f713bb815ed5a623ef (patch)
tree871f5d697fb8825c02152c43ea0e671319b742cf /src/kscope.h
parent84f5a315c3429b47a7eff15e626e2efdbe4f6e5e (diff)
downloadkscope-78114a50964bc7bb5d7d99f713bb815ed5a623ef.tar.gz
kscope-78114a50964bc7bb5d7d99f713bb815ed5a623ef.zip
Initial TDE conversion
Diffstat (limited to 'src/kscope.h')
-rw-r--r--src/kscope.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kscope.h b/src/kscope.h
index 8b8ee07..20332fb 100644
--- a/src/kscope.h
+++ b/src/kscope.h
@@ -33,10 +33,10 @@
#endif
#include <ntqtimer.h>
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
#include <kapp.h>
-#include <kparts/dockmainwindow.h>
-#include <kparts/part.h>
+#include <tdeparts/dockmainwindow.h>
+#include <tdeparts/part.h>
class ProjectManager;
class EditorTabs;
@@ -79,7 +79,7 @@ public:
void openProject(const TQString&);
void openLastProject();
bool openCscopeOut(const TQString&);
- void parseCmdLine(KCmdLineArgs *pArgs);
+ void parseCmdLine(TDECmdLineArgs *pArgs);
void verifyCscope();
public slots: