diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:03:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:03:37 -0600 |
commit | 2e25fa39cd67cca2472d3eabdb478feb517d72a5 (patch) | |
tree | 63725962f632d152cbf20709191d39f6fc865966 /kghostview/kgvconfigdialog.cpp | |
parent | 190d88dfc662f3fc466c9d1f53acbbea65f33c49 (diff) | |
download | tdegraphics-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.cpp | 6 |
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) |