diff options
Diffstat (limited to 'kandy/src/kandyview.cpp')
-rw-r--r-- | kandy/src/kandyview.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kandy/src/kandyview.cpp b/kandy/src/kandyview.cpp index 749b0e815..d47f5bcb7 100644 --- a/kandy/src/kandyview.cpp +++ b/kandy/src/kandyview.cpp @@ -25,13 +25,13 @@ #include <unistd.h> #include <tqpainter.h> -#include <layout.h> +#include <tqlayout.h> #include <tqhbox.h> #include <tqvbox.h> -#include <textedit.h> +#include <tqtextedit.h> #include <tqlistview.h> #include <tqdom.h> -#include <textstream.h> +#include <tqtextstream.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:").arg(p->name()),TQString(),&ok,this); + i18n("Enter value for %1:").tqarg(p->name()),TQString(),&ok,this); if (!ok) return; p->setValue(value); |