diff --git a/doc/classref/tdefile/KAppTreeListItem.html b/doc/classref/tdefile/KAppTreeListItem.html
index e29df9e..037b54f 100644
--- a/doc/classref/tdefile/KAppTreeListItem.html
+++ b/doc/classref/tdefile/KAppTreeListItem.html
@@ -35,7 +35,7 @@
methods
-- KAppTreeListItem (a0, a1, a2, a3, a4, a5, a6)
+
- KAppTreeListItem (a0, a1, a2, a3, a4, a5, a6, a7)
returns a KAppTreeListItem instance |
In versions less than KDE 3.1.0 only |
Argument | Type | Default |
@@ -46,9 +46,10 @@
a4 | bool | |
a5 | TQString | |
a6 | TQString | |
+a7 | TQString | |
| |
-- KAppTreeListItem (a0, a1, a2, a3, a4, a5, a6)
+
- KAppTreeListItem (a0, a1, a2, a3, a4, a5, a6, a7)
returns a KAppTreeListItem instance |
In versions less than KDE 3.1.0 only |
Argument | Type | Default |
@@ -59,13 +60,14 @@
a4 | bool | |
a5 | TQString | |
a6 | TQString | |
+a7 | TQString | |
| |
- activate ()
returns nothing |
In versions less than KDE 3.1.0 only |
| |
-- init (a0, a1, a2, a3, a4)
+
- init (a0, a1, a2, a3, a4, a5)
returns nothing |
In versions less than KDE 3.1.0 only |
Argument | Type | Default |
@@ -74,6 +76,7 @@
a2 | bool | |
a3 | TQString | |
a4 | TQString | |
+a5 | TQString | |
| |
- isDirectory ()
diff --git a/doc/classref/tdefile/KOpenWithDlg.html b/doc/classref/tdefile/KOpenWithDlg.html
index 354a4de..62fce68 100644
--- a/doc/classref/tdefile/KOpenWithDlg.html
+++ b/doc/classref/tdefile/KOpenWithDlg.html
@@ -106,21 +106,23 @@
- slotDbClick ()
-- slotHighlighted (_name, _exec)
+
- slotHighlighted (_name, _exec, _desktopPath)
Argument | Type | Default |
_name | TQString | |
_exec | TQString | |
+_desktopPath | TQString | |
| |
- slotOK ()
-- slotSelected (_name, _exec)
+
- slotSelected (_name, _exec, _desktopPath)
Argument | Type | Default |
_name | TQString | |
_exec | TQString | |
+_desktopPath | TQString | |
| |
- slotTerminalToggled (a0)
diff --git a/doc/classref/tdefile/TDEApplicationTree.html b/doc/classref/tdefile/TDEApplicationTree.html
index f4dd795..4bd32ab 100644
--- a/doc/classref/tdefile/TDEApplicationTree.html
+++ b/doc/classref/tdefile/TDEApplicationTree.html
@@ -50,12 +50,13 @@
a1 | KAppTreeListItem | 0 |
|
-- highlighted (a0, a1)
+
- highlighted (a0, a1, a2)
returns nothing |
In versions less than KDE 3.1.0 only |
Argument | Type | Default |
a0 | TQString | |
a1 | TQString | |
+a2 | TQString | |
| |
- isDirSel ()
@@ -69,12 +70,13 @@
a0 | TQResizeEvent | |
|
-- selected (a0, a1)
+
- selected (a0, a1, a2)
returns nothing |
In versions less than KDE 3.1.0 only |
Argument | Type | Default |
a0 | TQString | |
a1 | TQString | |
+a2 | TQString | |
| |
- slotItemHighlighted (a0)
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