summaryrefslogtreecommitdiffstats
path: root/tests/exportdatebook.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exportdatebook.cc')
-rw-r--r--tests/exportdatebook.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/exportdatebook.cc b/tests/exportdatebook.cc
index 24c57c5..f3c602b 100644
--- a/tests/exportdatebook.cc
+++ b/tests/exportdatebook.cc
@@ -58,13 +58,13 @@ int main(int argc, char **argv)
{
FUNCTIONSETUP;
- KApplication::disableAutoDcopRegistration();
+ TDEApplication::disableAutoDcopRegistration();
KAboutData aboutData("exportdatebook","Emport Date Book","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app( false, false );
+ TDEApplication app( false, false );
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();