summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
-rw-r--r--src/kvirc/ui/kvi_window.cpp2
-rw-r--r--src/modules/options/optw_query.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index fc7caf68..f2c0dc22 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 df8c3db4..6c959e7f 100644
--- a/src/kvirc/ui/kvi_window.cpp
+++ b/src/kvirc/ui/kvi_window.cpp
@@ -84,7 +84,7 @@
#ifdef COMPILE_KDE_SUPPORT
#include <twin.h>
- #include <kdeversion.h>
+ #include <tdeversion.h>
#endif
#ifdef COMPILE_ON_WINDOWS
diff --git a/src/modules/options/optw_query.cpp b/src/modules/options/optw_query.cpp
index 5b6b7c31..dfaca3bb 100644
--- a/src/modules/options/optw_query.cpp
+++ b/src/modules/options/optw_query.cpp
@@ -31,7 +31,7 @@
#ifdef COMPILE_KDE_SUPPORT
- #include <kdeversion.h>
+ #include <tdeversion.h>
#endif
KviQueryOptionsWidget::KviQueryOptionsWidget(TQWidget * parent)