summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:52:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:52:11 -0600
commit3a43178f345b99e3f0c9499548ba5385e60a2561 (patch)
tree4e9db9440d587bd13a6322fc26839dbefe338697 /src
parentbce5ac6c58ac742c1911a8794c9e3c36cfa019b4 (diff)
downloadkchmviewer-3a43178f345b99e3f0c9499548ba5385e60a2561.tar.gz
kchmviewer-3a43178f345b99e3f0c9499548ba5385e60a2561.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1ab0584..87bddf8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -48,11 +48,11 @@ int main( int argc, char ** argv )
KCmdLineLastOption
};
- KAboutData aboutdata ( "kchmviewer",
+ TDEAboutData aboutdata ( "kchmviewer",
APP_NAME,
APP_VERSION,
I18N_NOOP("CHM file viewer"),
- KAboutData::License_GPL,
+ TDEAboutData::License_GPL,
"(c) 2004-2007 George Yunaev, gyunaev@ulduzsoft.com",
0,
"http://www.kchmviewer.net",