summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-09-16 22:40:24 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-09-16 22:40:24 -0500
commit3c352d5eb2ea84b316075c11a301001fbba46528 (patch)
tree7b3658e36d76df2fb5e223e267f7ab715e6ef43c
parent72808e7bf07d9c976521c2c32e4b548121c113e4 (diff)
downloadkoffice-3c352d5e.tar.gz
koffice-3c352d5e.zip
Fix QString -> TQString.
-rw-r--r--filters/xsltfilter/export/xsltdialog.ui2
-rw-r--r--filters/xsltfilter/import/xsltdialog.ui2
-rw-r--r--lib/kotext/timedateformatwidget.ui2
3 files changed, 3 insertions, 3 deletions
diff --git a/filters/xsltfilter/export/xsltdialog.ui b/filters/xsltfilter/export/xsltdialog.ui
index ff542dc3..1176908b 100644
--- a/filters/xsltfilter/export/xsltdialog.ui
+++ b/filters/xsltfilter/export/xsltdialog.ui
@@ -196,7 +196,7 @@
</connection>
<connection>
<sender>recentBox</sender>
- <signal>activated(const QString&amp;)</signal>
+ <signal>activated(const TQString&amp;)</signal>
<receiver>XSLTDialog</receiver>
<slot>chooseRecentSlot()</slot>
</connection>
diff --git a/filters/xsltfilter/import/xsltdialog.ui b/filters/xsltfilter/import/xsltdialog.ui
index ff542dc3..1176908b 100644
--- a/filters/xsltfilter/import/xsltdialog.ui
+++ b/filters/xsltfilter/import/xsltdialog.ui
@@ -196,7 +196,7 @@
</connection>
<connection>
<sender>recentBox</sender>
- <signal>activated(const QString&amp;)</signal>
+ <signal>activated(const TQString&amp;)</signal>
<receiver>XSLTDialog</receiver>
<slot>chooseRecentSlot()</slot>
</connection>
diff --git a/lib/kotext/timedateformatwidget.ui b/lib/kotext/timedateformatwidget.ui
index ded1c906..b298d4da 100644
--- a/lib/kotext/timedateformatwidget.ui
+++ b/lib/kotext/timedateformatwidget.ui
@@ -189,7 +189,7 @@
<connections>
<connection>
<sender>combo1</sender>
- <signal>textChanged(const QString&amp;)</signal>
+ <signal>textChanged(const TQString&amp;)</signal>
<receiver>TimeDateFormatWidgetPrototype</receiver>
<slot>updateLabel()</slot>
</connection>