diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 11:55:18 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 20:59:31 +0900 |
| commit | 034ed63e8dcd4071ff2857fb066f90b60313216f (patch) | |
| tree | d8f02d03c1f9c77442c59c55ea75f5cb6539dec4 /src/filterdialog.cpp | |
| parent | 59252e910c0a40943329918aeead9293d5ee82e0 (diff) | |
| download | tellico-034ed63e8dcd4071ff2857fb066f90b60313216f.tar.gz tellico-034ed63e8dcd4071ff2857fb066f90b60313216f.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f57d24985e5b3c8b8c070388aedf6fa915b1c316)
Diffstat (limited to 'src/filterdialog.cpp')
| -rw-r--r-- | src/filterdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filterdialog.cpp b/src/filterdialog.cpp index ab9677c..d7dea40 100644 --- a/src/filterdialog.cpp +++ b/src/filterdialog.cpp @@ -291,7 +291,7 @@ void FilterDialog::init() { setMainWidget(page); TQVBoxLayout* topLayout = new TQVBoxLayout(page, 0, KDialog::spacingHint()); - TQGroupBox* m_matchGroup = new TQGroupBox(1, Qt::Horizontal, i18n("Filter Criteria"), page); + TQGroupBox* m_matchGroup = new TQGroupBox(1, TQt::Horizontal, i18n("Filter Criteria"), page); topLayout->addWidget(m_matchGroup); TQVButtonGroup* bg = new TQVButtonGroup(m_matchGroup); |
