summaryrefslogtreecommitdiffstats
path: root/poxml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-05 11:19:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-06 10:59:34 +0900
commitd37995139682a72956a88bf034ca13d6530637f7 (patch)
treeffbd5790900ed0f59e3309c414e49772719664a4 /poxml
parent725db2ce097e993b6011900c7b9701d399cd8a1c (diff)
downloadtdesdk-d3799513.tar.gz
tdesdk-d3799513.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8c249c286eb6ba9c6789b7bf2f50b58ea3e45d06)
Diffstat (limited to 'poxml')
-rw-r--r--poxml/lauri.po4
-rw-r--r--poxml/lauri.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/poxml/lauri.po b/poxml/lauri.po
index d212f69a..9dd0d025 100644
--- a/poxml/lauri.po
+++ b/poxml/lauri.po
@@ -407,7 +407,7 @@ msgid ""
"-&gt; int penWidth()\n"
"-&gt; { return pen.width(); }\n"
"\n"
-" public Q_SLOTS:\n"
+" public slots:\n"
" void updateAllViews(KScribbleView *sender);\n"
" \n"
" protected:\n"
@@ -429,7 +429,7 @@ msgstr ""
" \n"
"-&gt; int penWidth()\n"
"-&gt; { return pen.width(); }\n"
-" public Q_SLOTS:\n"
+" public slots:\n"
" void updateAllViews(KScribbleView *sender);\n"
" \n"
" protected:\n"
diff --git a/poxml/lauri.xml b/poxml/lauri.xml
index 18a1e08a..27715981 100644
--- a/poxml/lauri.xml
+++ b/poxml/lauri.xml
@@ -221,7 +221,7 @@ Send ppp
-&gt; int penWidth()
-&gt; { return pen.width(); }
- public Q_SLOTS:
+ public slots:
void updateAllViews(KScribbleView *sender);
protected: