diff options
Diffstat (limited to 'poxml')
-rw-r--r-- | poxml/lauri.po | 4 | ||||
-rw-r--r-- | poxml/lauri.xml | 2 |
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 "" "-> int penWidth()\n" "-> { 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" "-> int penWidth()\n" "-> { 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 -> int penWidth() -> { return pen.width(); } - public Q_SLOTS: + public slots: void updateAllViews(KScribbleView *sender); protected: |