diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-23 09:33:56 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-23 09:33:56 +0000 |
commit | d53bf360906757a36588588fb0286d3b4784ffcb (patch) | |
tree | e231cb658b614b66ee2ff922cf92c2927de44962 /khotkeys/kcontrol | |
parent | 0406f543f8c9f30455199e0f3956da41f126b2fb (diff) | |
download | tdebase-d53bf360906757a36588588fb0286d3b4784ffcb.tar.gz tdebase-d53bf360906757a36588588fb0286d3b4784ffcb.zip |
Minor compilation enhancements
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khotkeys/kcontrol')
-rw-r--r-- | khotkeys/kcontrol/ui/action_group_tab_ui.ui | 2 | ||||
-rw-r--r-- | khotkeys/kcontrol/ui/action_list_widget_ui.ui | 12 | ||||
-rw-r--r-- | khotkeys/kcontrol/ui/condition_list_widget_ui.ui | 10 | ||||
-rw-r--r-- | khotkeys/kcontrol/ui/general_tab_ui.ui | 2 | ||||
-rw-r--r-- | khotkeys/kcontrol/ui/triggers_tab_ui.ui | 12 | ||||
-rw-r--r-- | khotkeys/kcontrol/ui/windowdef_list_widget_ui.ui | 8 |
6 files changed, 23 insertions, 23 deletions
diff --git a/khotkeys/kcontrol/ui/action_group_tab_ui.ui b/khotkeys/kcontrol/ui/action_group_tab_ui.ui index 18c8fbacc..c25f7e0ef 100644 --- a/khotkeys/kcontrol/ui/action_group_tab_ui.ui +++ b/khotkeys/kcontrol/ui/action_group_tab_ui.ui @@ -99,7 +99,7 @@ </vbox> </widget> <Q_SLOTS> - <slot access="protected" specifier="pure virtual">action_group_name_changed( const QString& )</slot> + <slot access="protected" specifier="pure virtual">action_group_name_changed( const TQString& )</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includehints> diff --git a/khotkeys/kcontrol/ui/action_list_widget_ui.ui b/khotkeys/kcontrol/ui/action_list_widget_ui.ui index 4af53b2bf..d78c6b5f1 100644 --- a/khotkeys/kcontrol/ui/action_list_widget_ui.ui +++ b/khotkeys/kcontrol/ui/action_list_widget_ui.ui @@ -119,8 +119,8 @@ <verstretch>0</verstretch> </sizepolicy> <pixmap>image0</pixmap> - <signal>currentChanged(QListViewItem*)</signal> - <signal>current_changed(QListViewItem*)</signal> + <signal>currentChanged(TQListViewItem*)</signal> + <signal>current_changed(TQListViewItem*)</signal> </customwidget> </customwidgets> <images> @@ -149,17 +149,17 @@ </connection> <connection> <sender>actions_listview</sender> - <signal>current_changed(QListViewItem*)</signal> + <signal>current_changed(TQListViewItem*)</signal> <receiver>Action_list_widget_ui</receiver> - <slot>current_changed(QListViewItem*)</slot> + <slot>current_changed(TQListViewItem*)</slot> </connection> </connections> <forwards> - <forward>class QListViewItem;</forward> + <forward>class TQListViewItem;</forward> </forwards> <Q_SLOTS> <slot access="protected" specifier="pure virtual">copy_pressed()</slot> - <slot access="protected" specifier="pure virtual">current_changed(QListViewItem*)</slot> + <slot access="protected" specifier="pure virtual">current_changed(TQListViewItem*)</slot> <slot access="protected" specifier="pure virtual">delete_pressed()</slot> <slot access="protected" specifier="pure virtual">modify_pressed()</slot> </Q_SLOTS> diff --git a/khotkeys/kcontrol/ui/condition_list_widget_ui.ui b/khotkeys/kcontrol/ui/condition_list_widget_ui.ui index a9f8b9d25..9b3727ffd 100644 --- a/khotkeys/kcontrol/ui/condition_list_widget_ui.ui +++ b/khotkeys/kcontrol/ui/condition_list_widget_ui.ui @@ -119,7 +119,7 @@ <verstretch>0</verstretch> </sizepolicy> <pixmap>image0</pixmap> - <signal>current_changed(QListViewItem*)</signal> + <signal>current_changed(TQListViewItem*)</signal> </customwidget> </customwidgets> <images> @@ -148,17 +148,17 @@ </connection> <connection> <sender>conditions_listview</sender> - <signal>current_changed(QListViewItem*)</signal> + <signal>current_changed(TQListViewItem*)</signal> <receiver>Condition_list_widget_ui</receiver> - <slot>current_changed(QListViewItem*)</slot> + <slot>current_changed(TQListViewItem*)</slot> </connection> </connections> <forwards> - <forward>class QListViewItem;</forward> + <forward>class TQListViewItem;</forward> </forwards> <Q_SLOTS> <slot access="protected" specifier="pure virtual">copy_pressed()</slot> - <slot access="protected" specifier="pure virtual">current_changed(QListViewItem*)</slot> + <slot access="protected" specifier="pure virtual">current_changed(TQListViewItem*)</slot> <slot access="protected" specifier="pure virtual">delete_pressed()</slot> <slot access="protected" specifier="pure virtual">modify_pressed()</slot> </Q_SLOTS> diff --git a/khotkeys/kcontrol/ui/general_tab_ui.ui b/khotkeys/kcontrol/ui/general_tab_ui.ui index 164331529..24192fed3 100644 --- a/khotkeys/kcontrol/ui/general_tab_ui.ui +++ b/khotkeys/kcontrol/ui/general_tab_ui.ui @@ -134,7 +134,7 @@ </vbox> </widget> <Q_SLOTS> - <slot access="protected" specifier="pure virtual">action_name_changed( const QString& )</slot> + <slot access="protected" specifier="pure virtual">action_name_changed( const TQString& )</slot> <slot access="protected" specifier="pure virtual">action_type_changed(int)</slot> </Q_SLOTS> <includes> diff --git a/khotkeys/kcontrol/ui/triggers_tab_ui.ui b/khotkeys/kcontrol/ui/triggers_tab_ui.ui index f0b6c5691..557be7dd4 100644 --- a/khotkeys/kcontrol/ui/triggers_tab_ui.ui +++ b/khotkeys/kcontrol/ui/triggers_tab_ui.ui @@ -119,8 +119,8 @@ <verstretch>0</verstretch> </sizepolicy> <pixmap>image0</pixmap> - <signal>currentChanged(QListViewItem*)</signal> - <signal>current_changed(QListViewItem*)</signal> + <signal>currentChanged(TQListViewItem*)</signal> + <signal>current_changed(TQListViewItem*)</signal> </customwidget> </customwidgets> <images> @@ -149,17 +149,17 @@ </connection> <connection> <sender>triggers_listview</sender> - <signal>current_changed(QListViewItem*)</signal> + <signal>current_changed(TQListViewItem*)</signal> <receiver>Triggers_tab_ui</receiver> - <slot>current_changed(QListViewItem*)</slot> + <slot>current_changed(TQListViewItem*)</slot> </connection> </connections> <forwards> - <forward>class QListViewItem;</forward> + <forward>class TQListViewItem;</forward> </forwards> <Q_SLOTS> <slot access="protected" specifier="pure virtual">copy_pressed()</slot> - <slot access="protected" specifier="pure virtual">current_changed(QListViewItem*)</slot> + <slot access="protected" specifier="pure virtual">current_changed(TQListViewItem*)</slot> <slot access="protected" specifier="pure virtual">delete_pressed()</slot> <slot access="protected" specifier="pure virtual">modify_pressed()</slot> </Q_SLOTS> diff --git a/khotkeys/kcontrol/ui/windowdef_list_widget_ui.ui b/khotkeys/kcontrol/ui/windowdef_list_widget_ui.ui index 855b40e6a..2fe4e161d 100644 --- a/khotkeys/kcontrol/ui/windowdef_list_widget_ui.ui +++ b/khotkeys/kcontrol/ui/windowdef_list_widget_ui.ui @@ -119,7 +119,7 @@ <verstretch>0</verstretch> </sizepolicy> <pixmap>image0</pixmap> - <signal>current_changed(QListViewItem*)</signal> + <signal>current_changed(TQListViewItem*)</signal> </customwidget> </customwidgets> <images> @@ -148,9 +148,9 @@ </connection> <connection> <sender>windows_listview</sender> - <signal>current_changed(QListViewItem*)</signal> + <signal>current_changed(TQListViewItem*)</signal> <receiver>Windowdef_list_widget_ui</receiver> - <slot>current_changed(QListViewItem*)</slot> + <slot>current_changed(TQListViewItem*)</slot> </connection> </connections> <forwards> @@ -158,7 +158,7 @@ </forwards> <Q_SLOTS> <slot access="protected" specifier="pure virtual">copy_pressed()</slot> - <slot access="protected" specifier="pure virtual">current_changed(QListViewItem*)</slot> + <slot access="protected" specifier="pure virtual">current_changed(TQListViewItem*)</slot> <slot access="protected" specifier="pure virtual">delete_pressed()</slot> <slot access="protected" specifier="pure virtual">modify_pressed()</slot> </Q_SLOTS> |