summaryrefslogtreecommitdiffstats
path: root/kandy/src/kandyview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kandy/src/kandyview.cpp')
-rw-r--r--kandy/src/kandyview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kandy/src/kandyview.cpp b/kandy/src/kandyview.cpp
index d47f5bcb..749b0e81 100644
--- a/kandy/src/kandyview.cpp
+++ b/kandy/src/kandyview.cpp
@@ -25,13 +25,13 @@
#include <unistd.h>
#include <tqpainter.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <tqhbox.h>
#include <tqvbox.h>
-#include <tqtextedit.h>
+#include <textedit.h>
#include <tqlistview.h>
#include <tqdom.h>
-#include <tqtextstream.h>
+#include <textstream.h>
#include <tqfile.h>
#include <tqlineedit.h>
#include <tqcheckbox.h>
@@ -250,7 +250,7 @@ void KandyView::executeCommand()
if (p->userInput()) {
bool ok = false;
TQString value = KInputDialog::getText(TQString(),
- i18n("Enter value for %1:").tqarg(p->name()),TQString(),&ok,this);
+ i18n("Enter value for %1:").arg(p->name()),TQString(),&ok,this);
if (!ok)
return;
p->setValue(value);