diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:18:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:18:35 -0600 |
commit | f71394031a5e1c3b315081a98000f242b461ca8c (patch) | |
tree | 54081035a0fdae2cadbf9d7df74a9a4e4cd46925 /kviewshell/main.cpp | |
parent | e5ce3b4175f2e72788b49b9ed46c722784218dad (diff) | |
download | tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.tar.gz tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kviewshell/main.cpp')
-rw-r--r-- | kviewshell/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kviewshell/main.cpp b/kviewshell/main.cpp index 95b5e9d8..132cbfda 100644 --- a/kviewshell/main.cpp +++ b/kviewshell/main.cpp @@ -34,8 +34,8 @@ static const char description[] = I18N_NOOP("Generic framework for viewer applic int main(int argc, char **argv) { - KAboutData about ("kviewshell", I18N_NOOP("KViewShell"), "0.6", - description, KAboutData::License_GPL, + TDEAboutData about ("kviewshell", I18N_NOOP("KViewShell"), "0.6", + description, TDEAboutData::License_GPL, "(C) 2000, Matthias Hoelzer-Kluepfel\n" "(C) 2004-2005, Wilfried Huss", I18N_NOOP("Displays various document formats. " |