diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:17:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:17:27 -0600 |
commit | 78f8b2d68bde64c6e656effef397080ddfa1048d (patch) | |
tree | 83166b4ada30661b704e9ba65346af0f6608f94d /ktouch | |
parent | f2240fa06f8350fbbd6e6a4f23fe0c164768c6c1 (diff) | |
download | tdeedu-78f8b2d68bde64c6e656effef397080ddfa1048d.tar.gz tdeedu-78f8b2d68bde64c6e656effef397080ddfa1048d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'ktouch')
-rw-r--r-- | ktouch/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktouch/src/main.cpp b/ktouch/src/main.cpp index 9f5fe183..3f43d290 100644 --- a/ktouch/src/main.cpp +++ b/ktouch/src/main.cpp @@ -28,11 +28,11 @@ static KCmdLineOptions options[] = { int main(int argc, char **argv) { - KAboutData about("ktouch", + TDEAboutData about("ktouch", I18N_NOOP("KTouch"), version, description, - KAboutData::License_GPL, + TDEAboutData::License_GPL, "Copyright (C) 2000-2006 by Håvard Frøiland and Andreas Nicolai", 0, "http://edu.kde.org/ktouch", |