diff options
author | Michele Calgaro <[email protected]> | 2023-11-06 11:38:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-07 11:17:57 +0900 |
commit | c8e3d1d47df0efdc66fe6b96f8b1c78a2cb18ee6 (patch) | |
tree | 546585ccc13868dc2e89ed4728a4911123bd3849 /kwordquiz/src/wqprintdialogpage.cpp | |
parent | 402e94ba9dc2f1ac6e929b18919e9c31c228b47e (diff) | |
download | tdeedu-c8e3d1d47df0efdc66fe6b96f8b1c78a2cb18ee6.tar.gz tdeedu-c8e3d1d47df0efdc66fe6b96f8b1c78a2cb18ee6.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kwordquiz/src/wqprintdialogpage.cpp')
-rw-r--r-- | kwordquiz/src/wqprintdialogpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwordquiz/src/wqprintdialogpage.cpp b/kwordquiz/src/wqprintdialogpage.cpp index 148d298b..9ff03284 100644 --- a/kwordquiz/src/wqprintdialogpage.cpp +++ b/kwordquiz/src/wqprintdialogpage.cpp @@ -33,7 +33,7 @@ WQPrintDialogPage::WQPrintDialogPage(TQWidget *parent, const char *name ) TQGridLayout * l = new TQGridLayout( this, 1, 1, 11, 6); g = new TQButtonGroup(i18n("Select Type of Printout"), this ); - g->setColumnLayout(0, Qt::Vertical ); + g->setColumnLayout(0, TQt::Vertical ); g->layout()->setSpacing( 6 ); g->layout()->setMargin( 11 ); TQGridLayout * v = new TQGridLayout( g->layout() ); |