summaryrefslogtreecommitdiffstats
path: root/tests/mergecalendars.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mergecalendars.cc')
-rw-r--r--tests/mergecalendars.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mergecalendars.cc b/tests/mergecalendars.cc
index 916588e..04d87be 100644
--- a/tests/mergecalendars.cc
+++ b/tests/mergecalendars.cc
@@ -51,13 +51,13 @@ static const KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KApplication::disableAutoDcopRegistration();
+ TDEApplication::disableAutoDcopRegistration();
KAboutData aboutData("mergecalendars","Merge libkcal Calendars","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app( false, false );
+ TDEApplication app( false, false );
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();