summaryrefslogtreecommitdiffstats
path: root/kpacman/kpacmanview.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-08-17 20:04:20 +0200
committergregory guy <gregory-tde@laposte.net>2020-08-17 20:04:20 +0200
commit2e2a3c5923526e5f0baa0b4b85d32afec6f19805 (patch)
tree74b2b4ac39c666b8479b91796c57287a7401bed1 /kpacman/kpacmanview.cpp
parent503fddb48f2229ecc6ed6930a99c4d740ff979e5 (diff)
downloadtdepacman-2e2a3c5923526e5f0baa0b4b85d32afec6f19805.tar.gz
tdepacman-2e2a3c5923526e5f0baa0b4b85d32afec6f19805.zip
third step, convert to tdelibs libraries.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kpacman/kpacmanview.cpp')
-rw-r--r--kpacman/kpacmanview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpacman/kpacmanview.cpp b/kpacman/kpacmanview.cpp
index b1931ec..1999c41 100644
--- a/kpacman/kpacmanview.cpp
+++ b/kpacman/kpacmanview.cpp
@@ -20,7 +20,7 @@
// include files for KDE
#include <kapp.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kstddirs.h>
// application specific includes
@@ -51,7 +51,7 @@ KpacmanView::~KpacmanView()
void KpacmanView::confMisc(bool defGroup)
{
- KStandardDirs *dirs = KGlobal::dirs();
+ TDEStandardDirs *dirs = TDEGlobal::dirs();
TQString findPath;
if (defGroup || kapp->config()->hasKey("Font")) {