diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:43 -0600 |
commit | 8a69eba2f0eddce05cf86e0df8aec6e9f473d485 (patch) | |
tree | a889ac177bfba440878975db41e0a240daee8075 /qtruby | |
parent | 1dbcf2f985c1f3d9319f4c46a0da9951551f82c9 (diff) | |
download | tdebindings-8a69eba2f0eddce05cf86e0df8aec6e9f473d485.tar.gz tdebindings-8a69eba2f0eddce05cf86e0df8aec6e9f473d485.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'qtruby')
-rw-r--r-- | qtruby/rubylib/qtruby/handlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |