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