diff options
author | Michele Calgaro <[email protected]> | 2013-10-28 11:02:52 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-10-28 11:04:56 +0100 |
commit | 7119c2b2688b9e7ece707a60f28028b36d1120f9 (patch) | |
tree | f2fd5d872dfe6d684ed31d5d2c24ac6ee39672aa /kcontrol/taskbar/kcmtaskbar.h | |
parent | cbbc7ad02e978c5f2cb1e90338eab65996bc554e (diff) | |
download | tdebase-7119c2b2688b9e7ece707a60f28028b36d1120f9.tar.gz tdebase-7119c2b2688b9e7ece707a60f28028b36d1120f9.zip |
Add option to display only icons on taskbar
This resolves Bug 360
Diffstat (limited to 'kcontrol/taskbar/kcmtaskbar.h')
-rw-r--r-- | kcontrol/taskbar/kcmtaskbar.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kcontrol/taskbar/kcmtaskbar.h b/kcontrol/taskbar/kcmtaskbar.h index b0fe0c7ea..f14500a68 100644 --- a/kcontrol/taskbar/kcmtaskbar.h +++ b/kcontrol/taskbar/kcmtaskbar.h @@ -14,6 +14,12 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software + + -------------------------------------------------------------- + Additional changes: + - 2013/10/22 Michele Calgaro + * added support for display mode (Icons and Text, Text only, Icons only) + and removed "Show application icons" */ #ifndef __kcmtaskbar_h__ @@ -84,6 +90,8 @@ private: static TQStringList i18nGroupModeList(); static const TQStringList& showTaskStatesList(); static TQStringList i18nShowTaskStatesList(); + static const TQStringList& displayIconsNText(); + static TQStringList i18ndisplayIconsNText(); TaskbarConfigUI *m_widget; TQString m_configFileName; TaskBarSettings* m_settingsObject; |