aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/popupeditor.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-10-18 17:40:24 +0000
committerGravatar Fabio Bas2008-10-18 17:40:24 +0000
commit03fbd0f8e33ddf740cc7741ff6c02f552ad7197b (patch)
tree54f22a6ba15d7d9eb3b895c6e4fc09f4978d573f /src/modules/popupeditor/popupeditor.cpp
parentapplied patch for FreeBsd compilation by THeLoox (diff)
downloadKVIrc-03fbd0f8e33ddf740cc7741ff6c02f552ad7197b.tar.gz
KVIrc-03fbd0f8e33ddf740cc7741ff6c02f552ad7197b.tar.bz2
KVIrc-03fbd0f8e33ddf740cc7741ff6c02f552ad7197b.zip
removed some helper structs used for qt4/qt3 compatibility
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2758 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/popupeditor/popupeditor.cpp')
-rw-r--r--src/modules/popupeditor/popupeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/popupeditor/popupeditor.cpp b/src/modules/popupeditor/popupeditor.cpp
index 4e372998d..8fcaab192 100644
--- a/src/modules/popupeditor/popupeditor.cpp
+++ b/src/modules/popupeditor/popupeditor.cpp
@@ -1029,7 +1029,7 @@ KviPopupEditor::KviPopupEditor(QWidget * par)
KviTalVBox * box = new KviTalVBox(spl);
m_pTreeWidget = new KviTalTreeWidget(box);
- m_pTreeWidget->addColumn(__tr2qs("Popup"));
+ m_pTreeWidget->setHeaderLabel(__tr2qs("Popup"));
m_pTreeWidget->setSelectionMode(QAbstractItemView::ExtendedSelection);
m_pTreeWidget->header()->setSortIndicatorShown(true);