diff options
Diffstat (limited to 'lib/store/tests/storedroptest.cpp')
-rw-r--r-- | lib/store/tests/storedroptest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/store/tests/storedroptest.cpp b/lib/store/tests/storedroptest.cpp index 09e30826..2845e590 100644 --- a/lib/store/tests/storedroptest.cpp +++ b/lib/store/tests/storedroptest.cpp @@ -25,7 +25,7 @@ private: int main( int argc, char** argv ) { KApplication::disableAutoDcopRegistration(); - KCmdLineArgs::init(argc, argv, "storedroptest", 0, 0, 0, 0); + TDECmdLineArgs::init(argc, argv, "storedroptest", 0, 0, 0, 0); KApplication app; StoreDropTest* window = new StoreDropTest( 0 ); |