summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-09-16 19:43:35 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-09-16 19:43:35 -0500
commit249c80deda7c2e6343858573ca840da5f573d47b (patch)
treee35b0fa61284615ef5b02674e82d80f9a7188bfa /kcontrol
parent0fef2b78bd06ca46e92815d5b9b4f243f9f01ed2 (diff)
downloadtdebase-249c80deda7c2e6343858573ca840da5f573d47b.tar.gz
tdebase-249c80deda7c2e6343858573ca840da5f573d47b.zip
Fix QString -> TQString.
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/accessibility/accessibilityconfigwidget.ui2
-rw-r--r--kcontrol/kicker/lookandfeeltab.ui4
-rw-r--r--kcontrol/kthememanager/kthemedlg.ui4
-rw-r--r--kcontrol/smserver/smserverconfigdlg.ui2
4 files changed, 6 insertions, 6 deletions
diff --git a/kcontrol/accessibility/accessibilityconfigwidget.ui b/kcontrol/accessibility/accessibilityconfigwidget.ui
index 3d94b4dda..773303a1b 100644
--- a/kcontrol/accessibility/accessibilityconfigwidget.ui
+++ b/kcontrol/accessibility/accessibilityconfigwidget.ui
@@ -1417,7 +1417,7 @@ Please note that on slow machines this may cause a "lag" between the event causi
</connection>
<connection>
<sender>soundToPlay</sender>
- <signal>textChanged(const QString&amp;)</signal>
+ <signal>textChanged(const TQString&amp;)</signal>
<receiver>AccessibilityConfigWidget</receiver>
<slot>changed(bool)</slot>
</connection>
diff --git a/kcontrol/kicker/lookandfeeltab.ui b/kcontrol/kicker/lookandfeeltab.ui
index 6ee5fa4a7..522548f40 100644
--- a/kcontrol/kicker/lookandfeeltab.ui
+++ b/kcontrol/kicker/lookandfeeltab.ui
@@ -560,7 +560,7 @@ This option is only active if 'Enable background image' is selected.</string>
<sender>kcfg_BackgroundTheme</sender>
<signal>urlSelected(const TQString&amp;)</signal>
<receiver>LookAndFeelTabBase</receiver>
- <slot>browseTheme(const QString&amp;)</slot>
+ <slot>browseTheme(const TQString&amp;)</slot>
</connection>
<connection>
<sender>advancedOptionsButton</sender>
@@ -572,7 +572,7 @@ This option is only active if 'Enable background image' is selected.</string>
<sender>kcfg_BackgroundTheme</sender>
<signal>returnPressed(const TQString&amp;)</signal>
<receiver>LookAndFeelTabBase</receiver>
- <slot>browseTheme(const QString&amp;)</slot>
+ <slot>browseTheme(const TQString&amp;)</slot>
</connection>
<connection>
<sender>kcfg_Transparent</sender>
diff --git a/kcontrol/kthememanager/kthemedlg.ui b/kcontrol/kthememanager/kthemedlg.ui
index b9b711d6e..68e176eef 100644
--- a/kcontrol/kthememanager/kthemedlg.ui
+++ b/kcontrol/kthememanager/kthemedlg.ui
@@ -446,9 +446,9 @@
<connections>
<connection>
<sender>lbGet</sender>
- <signal>leftClickedURL(const QString&amp;)</signal>
+ <signal>leftClickedURL(const TQString&amp;)</signal>
<receiver>KThemeDlg</receiver>
- <slot>startKonqui(const QString&amp;)</slot>
+ <slot>startKonqui(const TQString&amp;)</slot>
</connection>
<connection>
<sender>btnBackground</sender>
diff --git a/kcontrol/smserver/smserverconfigdlg.ui b/kcontrol/smserver/smserverconfigdlg.ui
index 8ab9801cf..1a5fa5011 100644
--- a/kcontrol/smserver/smserverconfigdlg.ui
+++ b/kcontrol/smserver/smserverconfigdlg.ui
@@ -237,7 +237,7 @@
</connection>
<connection>
<sender>excludeLineedit</sender>
- <signal>textChanged(const QString&amp;)</signal>
+ <signal>textChanged(const TQString&amp;)</signal>
<receiver>SMServerConfigDlg</receiver>
<slot>configChanged()</slot>
</connection>