summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6f27e415..2df35f7e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -18,7 +18,7 @@
#include "core.h"
#include "projectmanager.h"
-#include "kdevideextension.h"
+#include "tdevideextension.h"
static TDECmdLineOptions options[] =
{
@@ -86,15 +86,15 @@ int main(int argc, char *argv[])
TDEApplication app;
- KDevIDEExtension::init();
+ TDevIDEExtension::init();
- KDevSplashScreen *splash = 0;
+ TDevSplashScreen *splash = 0;
TQString splashFile = locate("appdata", "pics/tdevelop-splash.png");
if (!splashFile.isEmpty())
{
TQPixmap pm;
pm.load(splashFile);
- splash = new KDevSplashScreen( pm );
+ splash = new TDevSplashScreen( pm );
}
app.processEvents();