diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:16:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:16:43 -0600 |
commit | 8f7ac92d27834427c1fa2a4a350d70d05529bbf4 (patch) | |
tree | fc53a45a5d9693bfe8a156579b921e960351e31c /qtruby/rubylib | |
parent | 427847240b11c1733dd9c259c613d68a6405fe68 (diff) | |
download | tdebindings-8f7ac92d27834427c1fa2a4a350d70d05529bbf4.tar.gz tdebindings-8f7ac92d27834427c1fa2a4a350d70d05529bbf4.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'qtruby/rubylib')
-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 97f30f76..46afca59 100644 --- a/qtruby/rubylib/qtruby/handlers.cpp +++ b/qtruby/rubylib/qtruby/handlers.cpp @@ -200,7 +200,7 @@ smokeruby_free(void * p) || tqstrcmp(className, "KCommand") == 0 || tqstrcmp(className, "KNamedCommand") == 0 || tqstrcmp(className, "KMacroCommand") == 0 - || tqstrcmp(className, "KAboutData") == 0 + || tqstrcmp(className, "TDEAboutData") == 0 || tqstrcmp(className, "TDECmdLineArgs") == 0 || tqstrcmp(className, "TQSqlCursor") == 0 ) { |