diff options
author | Mavridis Philippe <[email protected]> | 2024-05-25 23:27:51 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2024-06-02 15:35:42 +0300 |
commit | 9fe2bb32a3325880c54bfdf35ed7699c2cc32173 (patch) | |
tree | 56fd1ceab2386f59227251621c2480a9d4d83e1f /kate/app/kateviewspace.h | |
parent | a599fb978e4f3bc803f2e5963cb1a62d510aa795 (diff) | |
download | tdebase-9fe2bb32a3325880c54bfdf35ed7699c2cc32173.tar.gz tdebase-9fe2bb32a3325880c54bfdf35ed7699c2cc32173.zip |
Kate: display file type icon and tooltip in viewspace
(cherry picked from commit b82c8a3f42468101be9518a4f08e0aa5a651b66f)
Diffstat (limited to 'kate/app/kateviewspace.h')
-rw-r--r-- | kate/app/kateviewspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/app/kateviewspace.h b/kate/app/kateviewspace.h index 3b238beb8..fa4ae6c2c 100644 --- a/kate/app/kateviewspace.h +++ b/kate/app/kateviewspace.h @@ -64,7 +64,7 @@ class KateVSStatusBar : public KStatusBar TQLabel* m_insertModeLabel; TQLabel* m_selectModeLabel; KSqueezedTextLabel* m_fileNameLabel; - TQPixmap m_modPm, m_modDiscPm, m_modmodPm, m_noPm; + TQPixmap m_modPm, m_modDiscPm, m_modmodPm; class KateViewSpace *m_viewSpace; }; |