diff options
Diffstat (limited to 'kdepasswd/kdepasswd.cpp')
-rw-r--r-- | kdepasswd/kdepasswd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdepasswd/kdepasswd.cpp b/kdepasswd/kdepasswd.cpp index c76169508..ae75554dd 100644 --- a/kdepasswd/kdepasswd.cpp +++ b/kdepasswd/kdepasswd.cpp @@ -47,7 +47,7 @@ int main(int argc, char **argv) KUniqueApplication app; KUser ku; - QCString user; + TQCString user; bool bRoot = ku.isSuperUser(); KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); @@ -61,7 +61,7 @@ int main(int argc, char **argv) return 0; } - QCString oldpass; + TQCString oldpass; if (!bRoot) { int result = KDEpasswd1Dialog::getPassword(oldpass); |