summaryrefslogtreecommitdiffstats
path: root/kode/kodemain.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:02:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:02:00 +0200
commit533bad2a1503973aaf8186691422c2eda91d02d4 (patch)
treef7e52f62416048859aa9bde8425e20aac0e7c669 /kode/kodemain.cpp
parent8144d5434bbd1c4448a37695aed6ad3d348043d8 (diff)
downloadtdepim-533bad2a1503973aaf8186691422c2eda91d02d4.tar.gz
tdepim-533bad2a1503973aaf8186691422c2eda91d02d4.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'kode/kodemain.cpp')
-rw-r--r--kode/kodemain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/kodemain.cpp b/kode/kodemain.cpp
index ab332c2bf..84882054f 100644
--- a/kode/kodemain.cpp
+++ b/kode/kodemain.cpp
@@ -443,7 +443,7 @@ int create( TDECmdLineArgs *args )
} else if ( createKioslave ) {
c.setDocs( "This class implements a tdeioslave for ..." );
- c.addBaseClass( KODE::Class( "SlaveBase", "KIO" ) );
+ c.addBaseClass( KODE::Class( "SlaveBase", "TDEIO" ) );
c.addHeaderInclude( "tdeio/slavebase.h" );
KODE::Function get( "get", "void" );
@@ -573,7 +573,7 @@ int create( TDECmdLineArgs *args )
KODE::AutoMakefile::Target t( "kde_module_LTLIBRARIES",
"tdeio_" + protocol + ".la" );
t.setSources( className.lower() + ".cpp" );
- t.setLibAdd( "$(LIB_KIO)" );
+ t.setLibAdd( "$(LIB_TDEIO)" );
t.setLdFlags( "$(all_libraries) -module $(KDE_PLUGIN)" );
am.addTarget( t );