summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kstdacceltest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/kstdacceltest.cpp')
-rw-r--r--tdecore/tests/kstdacceltest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tests/kstdacceltest.cpp b/tdecore/tests/kstdacceltest.cpp
index ff8842139..4540e89d7 100644
--- a/tdecore/tests/kstdacceltest.cpp
+++ b/tdecore/tests/kstdacceltest.cpp
@@ -23,8 +23,8 @@ static bool check(TQString txt, TQString a, TQString b)
int main(int argc, char *argv[])
{
- KApplication::disableAutoDcopRegistration();
- KApplication app(argc,argv,"kstdacceltest",false,false);
+ TDEApplication::disableAutoDcopRegistration();
+ TDEApplication app(argc,argv,"kstdacceltest",false,false);
check( "shortcutDefault FullScreen", KStdAccel::shortcutDefault( KStdAccel::FullScreen ).toString(), "Ctrl+Shift+F" );
check( "shortcutDefault BeginningOfLine", KStdAccel::shortcutDefault( KStdAccel::BeginningOfLine ).toString(), "Home" );