diff options
Diffstat (limited to 'libkcddb/test/synchttplookuptest.cpp')
-rw-r--r-- | libkcddb/test/synchttplookuptest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcddb/test/synchttplookuptest.cpp b/libkcddb/test/synchttplookuptest.cpp index 8bc05c18..cd616a0c 100644 --- a/libkcddb/test/synchttplookuptest.cpp +++ b/libkcddb/test/synchttplookuptest.cpp @@ -9,7 +9,7 @@ int main(int argc, char ** argv) { - KCmdLineArgs::init(argc, argv, "libkcddb_test", "", "", ""); + TDECmdLineArgs::init(argc, argv, "libkcddb_test", "", "", ""); KApplication app(false /* No styles */); |