summaryrefslogtreecommitdiffstats
path: root/kppp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:21:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:21:16 -0600
commitef71f46965855308db367f74956513eccc71bc46 (patch)
tree71f1aca189b7beda22f9e95b19608dccfa4f3050 /kppp
parentbdf47e8ffbf1c94f4852d9aa2eb535a9ec176658 (diff)
downloadtdenetwork-ef71f46965855308db367f74956513eccc71bc46.tar.gz
tdenetwork-ef71f46965855308db367f74956513eccc71bc46.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kppp')
-rw-r--r--kppp/logview/main.cpp4
-rw-r--r--kppp/main.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/kppp/logview/main.cpp b/kppp/logview/main.cpp
index 4d0bba30..89356ea2 100644
--- a/kppp/logview/main.cpp
+++ b/kppp/logview/main.cpp
@@ -103,8 +103,8 @@ void TopWidget::menuCallback(int id) {
}
int main(int argc, char **argv) {
- KAboutData aboutData("kppplogview", I18N_NOOP("KPPP Log Viewer"),
- version, description, KAboutData::License_GPL,
+ TDEAboutData aboutData("kppplogview", I18N_NOOP("KPPP Log Viewer"),
+ version, description, TDEAboutData::License_GPL,
I18N_NOOP("(c) 1999-2002, The KPPP Developers"));
aboutData.addAuthor("Bernd Wuebben",0, "wuebben@kde.org");
aboutData.addAuthor("Mario Weilguni",0, "");
diff --git a/kppp/main.cpp b/kppp/main.cpp
index 93f31f6d..379529ee 100644
--- a/kppp/main.cpp
+++ b/kppp/main.cpp
@@ -200,8 +200,8 @@ int main( int argc, char **argv ) {
(void) new Requester(sockets[0]);
- KAboutData aboutData("kppp", I18N_NOOP("KPPP"),
- KPPPVERSION, description, KAboutData::License_GPL,
+ TDEAboutData aboutData("kppp", I18N_NOOP("KPPP"),
+ KPPPVERSION, description, TDEAboutData::License_GPL,
I18N_NOOP("(c) 1999-2002, The KPPP Developers"));
aboutData.addAuthor("Harri Porten", I18N_NOOP("Current maintainer"), "porten@kde.org");
aboutData.addAuthor("Bernd Wuebben", I18N_NOOP("Original author"), "wuebben@kde.org");