summaryrefslogtreecommitdiffstats
path: root/kuiviewer/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:42 -0600
commit63bcbec9a09626ba09945de06b3eb74f50f3b228 (patch)
tree205df87b7ca9a12d3295653c8e4a0dd7283ea03a /kuiviewer/main.cpp
parentcfe9ce987a45dd734b924ee4596946227a50609e (diff)
downloadtdesdk-63bcbec9a09626ba09945de06b3eb74f50f3b228.tar.gz
tdesdk-63bcbec9a09626ba09945de06b3eb74f50f3b228.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kuiviewer/main.cpp')
-rw-r--r--kuiviewer/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kuiviewer/main.cpp b/kuiviewer/main.cpp
index 998c539c..e7a0396f 100644
--- a/kuiviewer/main.cpp
+++ b/kuiviewer/main.cpp
@@ -40,9 +40,9 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData about("kuiviewer", I18N_NOOP("KUIViewer"), "0.1",
+ TDEAboutData about("kuiviewer", I18N_NOOP("KUIViewer"), "0.1",
I18N_NOOP("Displays Designer's UI files"),
- KAboutData::License_LGPL );
+ TDEAboutData::License_LGPL );
about.addAuthor("Richard Moore", 0, "rich@kde.org");
about.addAuthor("Ian Reinhart Geiser", 0, "geiseri@kde.org");
// Screenshot capability