diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /kdeui/kedittoolbar.h | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui/kedittoolbar.h')
-rw-r--r-- | kdeui/kedittoolbar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdeui/kedittoolbar.h b/kdeui/kedittoolbar.h index 9033ff17f..4bc6c26b4 100644 --- a/kdeui/kedittoolbar.h +++ b/kdeui/kedittoolbar.h @@ -43,7 +43,7 @@ namespace * * This dialog only works if your application uses the XML UI * framework for creating menus and toolbars. It depends on the XML - * files to describe the toolbar layouts and it requires the actions + * files to describe the toolbar tqlayouts and it requires the actions * to determine which buttons are active. * * Typically, you would include the KStdAction::configureToolbars() @@ -83,7 +83,7 @@ namespace * Note that the procedure is a bit different for KParts applications. * In this case, you need only pass along a pointer to your * application's KXMLGUIFactory object. The editor will take care of - * finding all of the action collections and XML files. The editor + * tqfinding all of the action collections and XML files. The editor * aims to be semi-intelligent about where it assigns any * modifications. In other words, it will not write out part specific * changes to your shell's XML file. @@ -164,7 +164,7 @@ public: * Constructor for KParts based apps. * * The main parameter, factory(), is a pointer to the - * XML GUI factory object for your application. It contains a list + * XML GUI factory object for your application. It tqcontains a list * of all of the GUI clients (along with the action collections and * xml files) and the toolbar editor uses that. * @@ -261,7 +261,7 @@ private: * * This widget only works if your application uses the XML UI * framework for creating menus and toolbars. It depends on the XML - * files to describe the toolbar layouts and it requires the actions + * files to describe the toolbar tqlayouts and it requires the actions * to determine which buttons are active. * * @author Kurt Granroth <granroth@kde.org> @@ -325,7 +325,7 @@ public: * Constructor for KParts based apps. * * The first parameter, factory, is a pointer to the XML GUI - * factory object for your application. It contains a list of all + * factory object for your application. It tqcontains a list of all * of the GUI clients (along with the action collections and xml * files) and the toolbar editor uses that. * |