summaryrefslogtreecommitdiffstats
path: root/tdeabc/tests/testlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/tests/testlock.cpp')
-rw-r--r--tdeabc/tests/testlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/tests/testlock.cpp b/tdeabc/tests/testlock.cpp
index d593945bf..24f34b79e 100644
--- a/tdeabc/tests/testlock.cpp
+++ b/tdeabc/tests/testlock.cpp
@@ -197,7 +197,7 @@ int main(int argc,char **argv)
LockWidget mainWidget( identifier );
- kapp->setMainWidget( &mainWidget );
+ tdeApp->setMainWidget( &mainWidget );
mainWidget.show();
return app.exec();