diff options
author | Michele Calgaro <[email protected]> | 2018-04-30 20:13:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-04-30 20:13:29 +0900 |
commit | 819aa9ce818df96ab295f18fa327fca0a7765a22 (patch) | |
tree | d444defd141fad559187c7be44be7d125d911ed0 /sip/tdefile/kopenwith.sip | |
parent | 0eb0a05964e71217c410b2110df94124a587e0d6 (diff) | |
download | pytde-819aa9ce818df96ab295f18fa327fca0a7765a22.tar.gz pytde-819aa9ce818df96ab295f18fa327fca0a7765a22.zip |
Updated following latest changes to tdelibs related to bug 2734.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'sip/tdefile/kopenwith.sip')
-rw-r--r-- | sip/tdefile/kopenwith.sip | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/tdefile/kopenwith.sip b/sip/tdefile/kopenwith.sip index 80618f2..d508486 100644 --- a/sip/tdefile/kopenwith.sip +++ b/sip/tdefile/kopenwith.sip @@ -56,8 +56,8 @@ public: public slots: void slotClear (); - void slotSelected (const TQString&, const TQString&); - void slotHighlighted (const TQString&, const TQString&); + void slotSelected (const TQString&, const TQString&, const TQString&); + void slotHighlighted (const TQString&, const TQString&, const TQString&); void slotTextChanged (); void slotTerminalToggled (bool); void slotDbClick (); @@ -98,11 +98,11 @@ class KAppTreeListItem : TQListViewItem protected: TQString key (int, bool) const; - void init (const TQPixmap&, bool, bool, TQString, TQString); + void init (const TQPixmap&, bool, bool, TQString, TQString, TQString); public: - KAppTreeListItem (TDEListView* /TransferThis/, const TQString&, const TQPixmap&, bool, bool, TQString, TQString); - KAppTreeListItem (TQListViewItem* /TransferThis/, const TQString&, const TQPixmap&, bool, bool, TQString, TQString); + KAppTreeListItem (TDEListView* /TransferThis/, const TQString&, const TQPixmap&, bool, bool, TQString, TQString, TQString); + KAppTreeListItem (TQListViewItem* /TransferThis/, const TQString&, const TQPixmap&, bool, bool, TQString, TQString, TQString); bool isDirectory (); protected: @@ -137,8 +137,8 @@ public slots: void slotSelectionChanged (TQListViewItem*); signals: - void selected (const TQString&, const TQString&); - void highlighted (const TQString&, const TQString&); + void selected (const TQString&, const TQString&, const TQString&); + void highlighted (const TQString&, const TQString&, const TQString&); }; // class TDEApplicationTree |