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:39:01 +0900
commit8c249c286eb6ba9c6789b7bf2f50b58ea3e45d06 (patch)
treeedc37ece9f28c15a072eaa843901603be31b6e12 /poxml
parenta120985048e7e9e5c745b97c561c9a1ae531ec03 (diff)
downloadtdesdk-8c249c286eb6ba9c6789b7bf2f50b58ea3e45d06.tar.gz
tdesdk-8c249c286eb6ba9c6789b7bf2f50b58ea3e45d06.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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: