summaryrefslogtreecommitdiffstats
path: root/kppp/logview
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:04:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:04:58 -0600
commitb10a61b1fd2fe561ba61a384d4a344bae2a4aa29 (patch)
tree99dc6b2584265b2df91f7dbc1dcbf7a54efd205e /kppp/logview
parent64c3be47ff36e40035ead93f913aeeb1e4f85e4b (diff)
downloadtdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.tar.gz
tdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kppp/logview')
-rw-r--r--kppp/logview/CMakeLists.txt2
-rw-r--r--kppp/logview/export.h2
2 files changed, 2 insertions, 2 deletions
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 <kwizard.h>
#include <klocale.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
class Export;