diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:22:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:22:32 -0600 |
commit | f041daf89abfe5f76b91974b67a3fafabb263e93 (patch) | |
tree | 36b63937f77b7a64e8b2f1a1f486d7e09eb2644a | |
parent | 49b072a81f2277b02a58ef1ce9614db7347245d0 (diff) | |
download | tdesudo-f041daf89abfe5f76b91974b67a3fafabb263e93.tar.gz tdesudo-f041daf89abfe5f76b91974b67a3fafabb263e93.zip |
Rename KStandard for enhanced compatibility with KDE4
-rw-r--r-- | tdesudo/tdesudo.cpp | 2 |
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()) |