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