diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:13:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:13:30 -0600 |
commit | 609724b5d29f25236bee59d0cb794602d391a96b (patch) | |
tree | 6a7cbc4d42a570e50e44ad782d9bc6cdee289edb /noatun-plugins/nexscope/nex.cpp | |
parent | da2af448849a961235925b69430584d0bfe94b1f (diff) | |
download | tdeaddons-609724b5d29f25236bee59d0cb794602d391a96b.tar.gz tdeaddons-609724b5d29f25236bee59d0cb794602d391a96b.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'noatun-plugins/nexscope/nex.cpp')
-rw-r--r-- | noatun-plugins/nexscope/nex.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/nexscope/nex.cpp b/noatun-plugins/nexscope/nex.cpp index 0bcafbe..b7208b5 100644 --- a/noatun-plugins/nexscope/nex.cpp +++ b/noatun-plugins/nexscope/nex.cpp @@ -568,9 +568,9 @@ int main(int argc, char **argv) runLock.lock(); #endif - KAboutData aboutData("nex", I18N_NOOP("Nex"), "0.0.1", + TDEAboutData aboutData("nex", I18N_NOOP("Nex"), "0.0.1", I18N_NOOP("The awesome customizable scope"), - KAboutData::License_LGPL, "(C) 2001 Charles Samuels", 0, + TDEAboutData::License_LGPL, "(C) 2001 Charles Samuels", 0, "http://noatun.kde.org"); aboutData.addAuthor("Charles Samuels", I18N_NOOP("Nex Author"), |