diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-23 18:20:09 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-23 18:20:09 -0500 |
commit | de4e7b41598b4c8db0948e4c2c216d73e952f7bb (patch) | |
tree | b8772c60b0b57c16d2e0055697ca95bff623d2eb /kate/app/katefilelist.h | |
parent | c281f8a59d6d1cc7d72d6fed23a11ee785988e1c (diff) | |
download | tdebase-de4e7b41598b4c8db0948e4c2c216d73e952f7bb.tar.gz tdebase-de4e7b41598b4c8db0948e4c2c216d73e952f7bb.zip |
Add support to Kate for saving/restoring manual document placement
Make absolutely sure that kdesktop_lock reads recently changed configuration files when starting up
Diffstat (limited to 'kate/app/katefilelist.h')
-rw-r--r-- | kate/app/katefilelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kate/app/katefilelist.h b/kate/app/katefilelist.h index e3504cb69..76403c1e8 100644 --- a/kate/app/katefilelist.h +++ b/kate/app/katefilelist.h @@ -126,6 +126,7 @@ class KateFileList : public KListView void slotNameChanged (Kate::Document *doc); void slotViewChanged (); void slotMenu ( TQListViewItem *item, const TQPoint &p, int col ); + void updateFileListLocations(); protected: virtual void keyPressEvent( TQKeyEvent *e ); |