From 58646ccdcdc8ee08b081edba54e1460ff3295166 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- libkcddb/test/synccddblookuptest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkcddb/test/synccddblookuptest.cpp') 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 */); -- cgit v1.2.1