From b10a61b1fd2fe561ba61a384d4a344bae2a4aa29 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:58 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kppp/CMakeLists.txt | 2 +- kppp/ChangeLog | 2 +- kppp/kpppwidget.cpp | 2 +- kppp/logview/CMakeLists.txt | 2 +- kppp/logview/export.h | 2 +- kppp/modemdb.cpp | 2 +- kppp/pppdata.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'kppp') diff --git a/kppp/CMakeLists.txt b/kppp/CMakeLists.txt index 556280e7..c2ea4e64 100644 --- a/kppp/CMakeLists.txt +++ b/kppp/CMakeLists.txt @@ -46,6 +46,6 @@ tde_add_executable( kppp SETUID AUTOMOC acctselect.cpp ruleset.cpp docking.cpp runtests.cpp loginterm.cpp ppplog.cpp newwidget.cpp requester.cpp opener.cpp modemdb.cpp utils.cpp providerdb.cpp modems.cpp KPPPIface.skel - LINK kio-shared + LINK tdeio-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/kppp/ChangeLog b/kppp/ChangeLog index 6c532c03..a956c949 100644 --- a/kppp/ChangeLog +++ b/kppp/ChangeLog @@ -1028,7 +1028,7 @@ * some KDE style guide conformant changes * some code cleanups - * removed -lkfile and -lkfm from Makefile.am + * removed -ltdefile and -lkfm from Makefile.am * added debug switch to pppd command line when debugging is turned on * Improved the response time for modem output. Modem output is diff --git a/kppp/kpppwidget.cpp b/kppp/kpppwidget.cpp index 9894cb9b..92789fdf 100644 --- a/kppp/kpppwidget.cpp +++ b/kppp/kpppwidget.cpp @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include // For BarIcon #include diff --git a/kppp/logview/CMakeLists.txt b/kppp/logview/CMakeLists.txt index a81b833f..204beeb5 100644 --- a/kppp/logview/CMakeLists.txt +++ b/kppp/logview/CMakeLists.txt @@ -33,6 +33,6 @@ install( FILES tde_add_executable( kppplogview AUTOMOC SOURCES main.cpp loginfo.cpp log.cpp monthly.cpp export.cpp - LINK kio-shared + LINK tdeio-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/kppp/logview/export.h b/kppp/logview/export.h index d3e37030..04ed0005 100644 --- a/kppp/logview/export.h +++ b/kppp/logview/export.h @@ -33,7 +33,7 @@ #include #include -#include +#include class Export; diff --git a/kppp/modemdb.cpp b/kppp/modemdb.cpp index 406a45c5..3213d00b 100644 --- a/kppp/modemdb.cpp +++ b/kppp/modemdb.cpp @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include ModemSelector::ModemSelector(TQWidget *parent) : TQDialog(parent, 0, true) { diff --git a/kppp/pppdata.cpp b/kppp/pppdata.cpp index 1d681352..29ccb308 100644 --- a/kppp/pppdata.cpp +++ b/kppp/pppdata.cpp @@ -28,7 +28,7 @@ #include "runtests.h" #include "devices.h" #include -#include +#include #include #include #include -- cgit v1.2.1