From d9d5628fb6a9ece11a71f96b2b1e53a6b7a24400 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:42:57 -0600 Subject: [PATCH] Additional renaming of kde to tde --- INSTALL | 2 +- src/kvirc/ui/kvi_window.cpp | 2 +- src/modules/options/optw_query.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index fc7caf6..f2c0dc2 100644 --- a/INSTALL +++ b/INSTALL @@ -187,7 +187,7 @@ General notes for the installation of the 3.4.0 release of KVIrc - (Optional) If you want to compile the KDE integration support - you obviousy need KDE. The kdelibs package should suffice. + you obviousy need KDE. The tdelibs package should suffice. - (Optional) If you want the translations to non-english languages to work diff --git a/src/kvirc/ui/kvi_window.cpp b/src/kvirc/ui/kvi_window.cpp index df8c3db..6c959e7 100644 --- a/src/kvirc/ui/kvi_window.cpp +++ b/src/kvirc/ui/kvi_window.cpp @@ -84,7 +84,7 @@ #ifdef COMPILE_KDE_SUPPORT #include - #include + #include #endif #ifdef COMPILE_ON_WINDOWS diff --git a/src/modules/options/optw_query.cpp b/src/modules/options/optw_query.cpp index 5b6b7c3..dfaca3b 100644 --- a/src/modules/options/optw_query.cpp +++ b/src/modules/options/optw_query.cpp @@ -31,7 +31,7 @@ #ifdef COMPILE_KDE_SUPPORT - #include + #include #endif KviQueryOptionsWidget::KviQueryOptionsWidget(TQWidget * parent)