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/newstuff/dialog.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/newstuff/dialog.cpp')
| -rw-r--r-- | src/newstuff/dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newstuff/dialog.cpp b/src/newstuff/dialog.cpp index 52a1922..58bfb64 100644 --- a/src/newstuff/dialog.cpp +++ b/src/newstuff/dialog.cpp @@ -109,7 +109,7 @@ Dialog::Dialog(NewStuff::DataType type_, TQWidget* parent_) TQFrame* frame = plainPage(); TQBoxLayout* boxLayout = new TQVBoxLayout(frame, 0, KDialog::spacingHint()); - m_split = new TQSplitter(Qt::Vertical, frame); + m_split = new TQSplitter(TQt::Vertical, frame); boxLayout->addWidget(m_split); m_listView = new GUI::ListView(m_split); |
