summaryrefslogtreecommitdiffstats
path: root/kghostview/kgvconfigdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:03:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:03:37 -0600
commit2e25fa39cd67cca2472d3eabdb478feb517d72a5 (patch)
tree63725962f632d152cbf20709191d39f6fc865966 /kghostview/kgvconfigdialog.cpp
parent190d88dfc662f3fc466c9d1f53acbbea65f33c49 (diff)
downloadtdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.tar.gz
tdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kghostview/kgvconfigdialog.cpp')
-rw-r--r--kghostview/kgvconfigdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kghostview/kgvconfigdialog.cpp b/kghostview/kgvconfigdialog.cpp
index 27f2664c..0982cc65 100644
--- a/kghostview/kgvconfigdialog.cpp
+++ b/kghostview/kgvconfigdialog.cpp
@@ -21,7 +21,7 @@
#include <tqlayout.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kdebug.h>
#include <kglobal.h>
#include <kiconloader.h>
@@ -30,7 +30,7 @@
#include <kmessagebox.h>
#include <kprocess.h>
#include <kstandarddirs.h>
-#include <kconfigdialog.h>
+#include <tdeconfigdialog.h>
#include "configuration.h"
#include "kgv_view.h"
@@ -75,7 +75,7 @@ namespace {
/* On a related note:
* We don't detect upgrades (or downgrades, for that matter) of gs.
* I am seeing if I can get the version out of gs as a side effect to displaying a file.
- * This way, using kconfig:/Ghostscript/GS Version we will see whether the version has changed
+ * This way, using tdeconfig:/Ghostscript/GS Version we will see whether the version has changed
* and trigger a redetection without the trouble of running "gs --version" on each launch.
*
* LPC (9 April 2003)