From f041daf89abfe5f76b91974b67a3fafabb263e93 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:22:32 -0600 Subject: [PATCH] Rename KStandard for enhanced compatibility with KDE4 --- tdesudo/tdesudo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())