summaryrefslogtreecommitdiffstats
path: root/kioslave/svn/svnhelper/kio_svn_helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/svn/svnhelper/kio_svn_helper.cpp')
-rw-r--r--kioslave/svn/svnhelper/kio_svn_helper.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kioslave/svn/svnhelper/kio_svn_helper.cpp b/kioslave/svn/svnhelper/kio_svn_helper.cpp
index 8c6131bd..64258fd9 100644
--- a/kioslave/svn/svnhelper/kio_svn_helper.cpp
+++ b/kioslave/svn/svnhelper/kio_svn_helper.cpp
@@ -46,7 +46,7 @@
#include <tqtextbrowser.h>
#include <tqtextcodec.h>
-SvnHelper::SvnHelper():KApplication() {
+SvnHelper::SvnHelper():TDEApplication() {
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
KWinModule wm ( TQT_TQOBJECT(this) );
m_id = wm.activeWindow();
@@ -279,11 +279,11 @@ int main(int argc, char **argv) {
TDECmdLineArgs::addCmdLineOptions( options );
KGlobal::locale()->setMainCatalogue("kio_svn");
- KApplication::addCmdLineOptions();
+ TDEApplication::addCmdLineOptions();
if ( TDECmdLineArgs::parsedArgs()->count()==0 )
TDECmdLineArgs::usage();
- KApplication *app = new SvnHelper();
+ TDEApplication *app = new SvnHelper();
// app->dcopClient()->attach();
app->exec();