summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:20:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:20:46 -0600
commitc0999e136c4c2e9b62369719c59c3d250782865e (patch)
tree08515f8fea9a2a733e939e2be51ba6cb827b4b12
parentbea17e261a79deeb3ffca628b819e8285baa117e (diff)
downloadgtk-qt-engine-c0999e13.tar.gz
gtk-qt-engine-c0999e13.zip
Rename additional KDE strings
-rw-r--r--kcm_gtk/kcmgtk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcm_gtk/kcmgtk.cpp b/kcm_gtk/kcmgtk.cpp
index 7c4531f..219cbd4 100644
--- a/kcm_gtk/kcmgtk.cpp
+++ b/kcm_gtk/kcmgtk.cpp
@@ -57,7 +57,7 @@
#include "mozillaprofile.h"
const TQString KcmGtk::GTK_RC_FILE(".gtkrc-2.0-kde-kde4");
-const TQString KcmGtk::KDE_RC_DIR(KGlobal::dirs()->localkdedir() + "/env/");
+const TQString KcmGtk::KDE_RC_DIR(KGlobal::dirs()->localtdedir() + "/env/");
const TQString KcmGtk::GTK_TQT_RC_FILE("gtk-qt-engine.rc.sh");
/*typedef KGenericFactory<KcmGtk, TQWidget> KcmGtkFactory;