From 8a69eba2f0eddce05cf86e0df8aec6e9f473d485 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:43 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- qtruby/rubylib/qtruby/handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtruby') diff --git a/qtruby/rubylib/qtruby/handlers.cpp b/qtruby/rubylib/qtruby/handlers.cpp index 2f6b5e7f..97f30f76 100644 --- a/qtruby/rubylib/qtruby/handlers.cpp +++ b/qtruby/rubylib/qtruby/handlers.cpp @@ -201,7 +201,7 @@ smokeruby_free(void * p) || tqstrcmp(className, "KNamedCommand") == 0 || tqstrcmp(className, "KMacroCommand") == 0 || tqstrcmp(className, "KAboutData") == 0 - || tqstrcmp(className, "KCmdLineArgs") == 0 + || tqstrcmp(className, "TDECmdLineArgs") == 0 || tqstrcmp(className, "TQSqlCursor") == 0 ) { // Don't delete instances of these classes for now -- cgit v1.2.3