summaryrefslogtreecommitdiffstats
path: root/tests/testcategories.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testcategories.cc')
-rw-r--r--tests/testcategories.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testcategories.cc b/tests/testcategories.cc
index 9d09c8e..83b8a7b 100644
--- a/tests/testcategories.cc
+++ b/tests/testcategories.cc
@@ -154,13 +154,13 @@ static const KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KApplication::disableAutoDcopRegistration();
+ TDEApplication::disableAutoDcopRegistration();
KAboutData aboutData("testcategories","Test Categories","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app( false, false );
+ TDEApplication app( false, false );
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();