From 68a4fdfd2c2b70a7c22c4c6d6c916e604a0efac2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:28 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kexi/tests/widgets/kexidbdrivercombotest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/tests/widgets') diff --git a/kexi/tests/widgets/kexidbdrivercombotest.cpp b/kexi/tests/widgets/kexidbdrivercombotest.cpp index 1ada79b1..32d1cdb7 100644 --- a/kexi/tests/widgets/kexidbdrivercombotest.cpp +++ b/kexi/tests/widgets/kexidbdrivercombotest.cpp @@ -45,7 +45,7 @@ int main(int argc, char** argv) { // Initialise the program - KCmdLineArgs::init(argc, argv, "kexidbcomboboxtest", "", "", "", true); + TDECmdLineArgs::init(argc, argv, "kexidbcomboboxtest", "", "", "", true); KApplication* app = new KApplication(true, true); // Look for installed database drivers -- cgit v1.2.1