summaryrefslogtreecommitdiffstats
path: root/kghostview
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview')
-rw-r--r--kghostview/kgv_miniwidget.cpp2
-rw-r--r--kghostview/kgvdocument.h2
-rw-r--r--kghostview/kgvfactory.cpp2
-rw-r--r--kghostview/kgvfactory.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/kghostview/kgv_miniwidget.cpp b/kghostview/kgv_miniwidget.cpp
index 8d9bf827..1d38ba88 100644
--- a/kghostview/kgv_miniwidget.cpp
+++ b/kghostview/kgv_miniwidget.cpp
@@ -24,7 +24,7 @@
#include <kconfig.h>
#include <kdebug.h>
#include <kinstance.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <klocale.h>
#include <kmessagebox.h>
diff --git a/kghostview/kgvdocument.h b/kghostview/kgvdocument.h
index 5194dc7d..503a6ccc 100644
--- a/kghostview/kgvdocument.h
+++ b/kghostview/kgvdocument.h
@@ -114,7 +114,7 @@ protected:
* Else, it does nothing and returns false.
*
* What type of files this is able to uncompress will depend on the
- * kdelibs installed. Generally it will work for .gz and .bz2
+ * tdelibs installed. Generally it will work for .gz and .bz2
*/
bool uncompressFile();
void openPSFile(const TQString &file=TQString());
diff --git a/kghostview/kgvfactory.cpp b/kghostview/kgvfactory.cpp
index 3309a15e..0f11e563 100644
--- a/kghostview/kgvfactory.cpp
+++ b/kghostview/kgvfactory.cpp
@@ -1,6 +1,6 @@
/**
* Copyright (C) 2003, Luís Pedro Coelho,
- * based on kdelibs/kparts/genericfactory.h
+ * based on tdelibs/kparts/genericfactory.h
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/kghostview/kgvfactory.h b/kghostview/kgvfactory.h
index 9a5d507f..1c49926f 100644
--- a/kghostview/kgvfactory.h
+++ b/kghostview/kgvfactory.h
@@ -1,6 +1,6 @@
/**
* Copyright (C) 2003, Luís Pedro Coelho,
- * based on kdelibs/kparts/genericfactory.h
+ * based on tdelibs/kparts/genericfactory.h
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by