summaryrefslogtreecommitdiffstats
path: root/kuiviewer/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kuiviewer/main.cpp')
-rw-r--r--kuiviewer/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kuiviewer/main.cpp b/kuiviewer/main.cpp
index 94391c75..b0349058 100644
--- a/kuiviewer/main.cpp
+++ b/kuiviewer/main.cpp
@@ -74,8 +74,8 @@ int main(int argc, char **argv)
if (args->isSet("takescreenshot")){
widget->takeScreenshot(args->getOption("takescreenshot"),
- QString(args->getOption("screenshotwidth")).toInt(),
- QString(args->getOption("screenshotheight")).toInt());
+ TQString(args->getOption("screenshotwidth")).toInt(),
+ TQString(args->getOption("screenshotheight")).toInt());
return 0;
}
widget->show();