summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:22:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:22:32 -0600
commitf041daf89abfe5f76b91974b67a3fafabb263e93 (patch)
tree36b63937f77b7a64e8b2f1a1f486d7e09eb2644a
parent49b072a81f2277b02a58ef1ce9614db7347245d0 (diff)
downloadtdesudo-f041daf89abfe5f76b91974b67a3fafabb263e93.tar.gz
tdesudo-f041daf89abfe5f76b91974b67a3fafabb263e93.zip
Rename KStandard for enhanced compatibility with KDE4
-rw-r--r--tdesudo/tdesudo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesudo/tdesudo.cpp b/tdesudo/tdesudo.cpp
index d343970..65e56fa 100644
--- a/tdesudo/tdesudo.cpp
+++ b/tdesudo/tdesudo.cpp
@@ -93,7 +93,7 @@ KdeSudo::KdeSudo(TQWidget *parent, const char *name,const TQString& icon, const
{
if (file.at(0) != '/')
{
- KStandardDirs dirs;
+ TDEStandardDirs dirs;
dirs.addKDEDefaults();
file = dirs.findResource("config", file);
if (file.isEmpty())