diff options
Diffstat (limited to 'libkonq/tests/konqdragtest.cpp')
-rw-r--r-- | libkonq/tests/konqdragtest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkonq/tests/konqdragtest.cpp b/libkonq/tests/konqdragtest.cpp index 347bee3ae..35932e850 100644 --- a/libkonq/tests/konqdragtest.cpp +++ b/libkonq/tests/konqdragtest.cpp @@ -53,9 +53,9 @@ void testKonqIconDrag2() int main(int argc, char *argv[]) { - KApplication::disableAutoDcopRegistration(); + TDEApplication::disableAutoDcopRegistration(); TDECmdLineArgs::init( argc, argv, "kurltest", 0, 0, 0, 0 ); - KApplication app; // GUI needed for QPixmaps + TDEApplication app; // GUI needed for QPixmaps testKonqIconDrag2(); return 0; |