diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-24 21:28:39 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-31 10:03:10 +0900 |
| commit | 030a2248f3630fd0404df98beffc78b5b5ca4c31 (patch) | |
| tree | 75d55e7e177ca48e69d59f74181ce37841ecd51b /src/modules/popupeditor/popupeditor.cpp | |
| parent | 17118265cf93b35b0b68e450ea5f43046c1d81c3 (diff) | |
| download | kvirc-030a2248f3630fd0404df98beffc78b5b5ca4c31.tar.gz kvirc-030a2248f3630fd0404df98beffc78b5b5ca4c31.zip | |
Drop USE_QT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/popupeditor/popupeditor.cpp')
| -rw-r--r-- | src/modules/popupeditor/popupeditor.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/modules/popupeditor/popupeditor.cpp b/src/modules/popupeditor/popupeditor.cpp index ab4d801..cd2d8ba 100644 --- a/src/modules/popupeditor/popupeditor.cpp +++ b/src/modules/popupeditor/popupeditor.cpp @@ -202,12 +202,7 @@ KviSinglePopupEditor::KviSinglePopupEditor(TQWidget * par) m_pMenuButton = new TQPushButton(__tr2qs("Test"),this); g->addWidget(m_pMenuButton,0,2); connect(m_pMenuButton,TQT_SIGNAL(clicked()),this,TQT_SLOT(testPopup())); -#ifdef COMPILE_USE_QT4 - TQSplitter * spl = new TQSplitter(Qt::Vertical,this,"popupeditor"); - spl->setOpaqueResize(false); -#else TQSplitter * spl = new TQSplitter(Qt::Vertical,this); -#endif m_pListView = new KviTalListView(spl); m_pListView->addColumn(__tr2qs("Item")); @@ -1028,12 +1023,7 @@ KviPopupEditor::KviPopupEditor(TQWidget * par) : TQWidget(par) { TQGridLayout * l = new TQGridLayout(this,1,1,0,2); -#ifdef COMPILE_USE_QT4 - TQSplitter * spl = new TQSplitter(Qt::Horizontal,this,"popupeditor"); - spl->setOpaqueResize(false); -#else TQSplitter * spl = new TQSplitter(Qt::Horizontal,this); -#endif l->addWidget(spl,0,0); KviTalVBox * box = new KviTalVBox(spl); |
