summaryrefslogtreecommitdiffstats
path: root/buildtools
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:56 -0600
commit82fc754f7c4e43eace608a45c22e74e532bd33f1 (patch)
tree7e1217a13d974e19f4e03cd914de2a217e832f21 /buildtools
parent8d6fecdf83984625b9bc6d010a6a00ee670af344 (diff)
downloadtdevelop-82fc754f7c4e43eace608a45c22e74e532bd33f1.tar.gz
tdevelop-82fc754f7c4e43eace608a45c22e74e532bd33f1.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/autotools/autoprojectpart.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/autotools/autoprojectpart.cpp b/buildtools/autotools/autoprojectpart.cpp
index 801d5234..a84038a2 100644
--- a/buildtools/autotools/autoprojectpart.cpp
+++ b/buildtools/autotools/autoprojectpart.cpp
@@ -1074,8 +1074,8 @@ TQString AutoProjectPart::updateAdminDirectoryCommand() const
bool process;
// Find the admin tarball
- KStandardDirs dirs;
- dirs.addResourceType("apptemplates", KStandardDirs::kde_default("data") + "kdevappwizard/template-common/");
+ TDEStandardDirs dirs;
+ dirs.addResourceType("apptemplates", TDEStandardDirs::kde_default("data") + "kdevappwizard/template-common/");
source = dirs.findResource("apptemplates", "admin.tar.gz");
if (source != "") {
TQString cmdline = "rm -rf admin && tar -xzvf ";