diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-05 15:59:23 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-05 15:59:23 -0500 |
commit | 7cd4adc908abf8c5e3b391c4a88f0514ba8468c4 (patch) | |
tree | 59f4f1c7a50f5701c442aed0c69ecb9249b09076 /tdeui/kguiitem.h | |
parent | 67d3c303f3ba902ebc8337d683cc184340d5db32 (diff) | |
download | tdelibs-7cd4adc908abf8c5e3b391c4a88f0514ba8468c4.tar.gz tdelibs-7cd4adc908abf8c5e3b391c4a88f0514ba8468c4.zip |
Add proper refcounting option to TDEMainWindow
This relates to the discussion at:
http://lists.kde.org/?l=kde-core-devel&m=107208785431497&w=2
Clean up a few minor code formatting issues
Diffstat (limited to 'tdeui/kguiitem.h')
-rw-r--r-- | tdeui/kguiitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kguiitem.h b/tdeui/kguiitem.h index 538275f3d..c2ab86746 100644 --- a/tdeui/kguiitem.h +++ b/tdeui/kguiitem.h @@ -46,7 +46,7 @@ public: // It gives the wrong impression that you just change the text. KGuiItem( const TQString &text, const TQString &iconName = TQString::null, - const TQString &toolTip = TQString::null, + const TQString &toolTip = TQString::null, const TQString &whatsThis = TQString::null ); KGuiItem( const TQString &text, const TQIconSet &iconSet, |