summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tdesudo/main.cpp6
-rw-r--r--tdesudo/tdesudo.cpp2
2 files changed, 4 insertions, 4 deletions
diff --git a/tdesudo/main.cpp b/tdesudo/main.cpp
index 6986500..c97dca3 100644
--- a/tdesudo/main.cpp
+++ b/tdesudo/main.cpp
@@ -68,10 +68,10 @@ int main(int argc, char **argv)
"(c) 2007-2008, Anthony Mercatante", 0, 0, "tonio@ubuntu.com");
aboutData.addAuthor("Robert Gruber",0, "rgruber@users.sourceforge.net");
aboutData.addAuthor("Anthony Mercatante",0, "tonio@ubuntu.com");
- KCmdLineArgs::init(argc, argv, &aboutData);
- KCmdLineArgs::addCmdLineOptions(options); // Add our own options.
+ TDECmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::addCmdLineOptions(options); // Add our own options.
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
KApplication a;
diff --git a/tdesudo/tdesudo.cpp b/tdesudo/tdesudo.cpp
index cc270b2..f996f66 100644
--- a/tdesudo/tdesudo.cpp
+++ b/tdesudo/tdesudo.cpp
@@ -47,7 +47,7 @@
KdeSudo::KdeSudo(TQWidget *parent, const char *name,const TQString& icon, const TQString& generic, bool withIgnoreButton)
: KPasswordDialog(KPasswordDialog::Password, false, (withIgnoreButton ? User1: false), icon, parent, name)
{
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
TQString defaultComment = i18n("<b>%1</b> needs administrative privileges. Please enter your password for verification.");
p=NULL;