diff options
| author | 2008-11-01 18:49:12 +0000 | |
|---|---|---|
| committer | 2008-11-01 18:49:12 +0000 | |
| commit | 9c9aa2618773e8fd444cc46d4587c459d0a567a8 (patch) | |
| tree | 58a92fa09ce2a7016b3971030b6ab6f63687f35a /src/modules/actioneditor/actioneditor.h | |
| parent | updated po{,t} files (diff) | |
| download | KVIrc-9c9aa2618773e8fd444cc46d4587c459d0a567a8.tar.gz KVIrc-9c9aa2618773e8fd444cc46d4587c459d0a567a8.tar.bz2 KVIrc-9c9aa2618773e8fd444cc46d4587c459d0a567a8.zip | |
cleaned tal_treewidget , hopefully re-connecting again all the signal/slot pairs
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2807 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/actioneditor/actioneditor.h')
| -rw-r--r-- | src/modules/actioneditor/actioneditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/actioneditor/actioneditor.h b/src/modules/actioneditor/actioneditor.h index 2084bbd65..c0a41a0e0 100644 --- a/src/modules/actioneditor/actioneditor.h +++ b/src/modules/actioneditor/actioneditor.h @@ -173,7 +173,7 @@ protected: int selectedCount(); QString nameForAutomaticAction(const QString &szTemplate); protected slots: - void currentItemChanged(KviTalTreeWidgetItem * it,KviTalTreeWidgetItem *prev); + void currentItemChanged(QTreeWidgetItem * it,QTreeWidgetItem *prev); void newAction(); void deleteActions(); void exportActions(); |
