diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-16 11:34:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-09 19:26:48 +0900 |
| commit | 9d6a68cb01d6a634885aaf9895195d224395d28c (patch) | |
| tree | 17b0c0fe91847d8dcfde07ee66a88656d2bd98c4 /src/ksquirrel.cpp | |
| parent | 591ce28f0128f324165b19f6ff653d158711614b (diff) | |
| download | ksquirrel-9d6a68cb01d6a634885aaf9895195d224395d28c.tar.gz ksquirrel-9d6a68cb01d6a634885aaf9895195d224395d28c.zip | |
Switch to cmake building system
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/ksquirrel.cpp')
| -rw-r--r-- | src/ksquirrel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksquirrel.cpp b/src/ksquirrel.cpp index 8f2a149..59211c9 100644 --- a/src/ksquirrel.cpp +++ b/src/ksquirrel.cpp @@ -1748,7 +1748,7 @@ void KSquirrel::control(const TQString &command) { int id = it.data(); - TDEAction *a = SQ_GLWidget::window()->actionCollection()->action(TQString("action_%1").arg(id).local8Bit()); + TDEAction *a = SQ_GLWidget::window()->actionCollection()->action(TQString("action_%1").arg(id).utf8()); if(a) a->activate(); } |
