diff options
Diffstat (limited to 'katomic')
-rw-r--r-- | katomic/configbox.cpp | 2 | ||||
-rw-r--r-- | katomic/gamewidget.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/katomic/configbox.cpp b/katomic/configbox.cpp index c8a9fcd5..5bfcad9c 100644 --- a/katomic/configbox.cpp +++ b/katomic/configbox.cpp @@ -33,7 +33,7 @@ ConfigBox::ConfigBox ( TQWidget *parent, const char *name) glay->addWidget(disp, 1, 2); disp->display(1); - speed = new TQSlider(1, 10, 1, 1, Qt::Horizontal, page); + speed = new TQSlider(1, 10, 1, 1, TQt::Horizontal, page); glay->addMultiCellWidget(speed, 2, 2, 2, 3); connect(speed, TQT_SIGNAL(valueChanged(int)), disp, TQT_SLOT(display(int))); diff --git a/katomic/gamewidget.cpp b/katomic/gamewidget.cpp index 9d0ddf1a..1c0b018f 100644 --- a/katomic/gamewidget.cpp +++ b/katomic/gamewidget.cpp @@ -188,7 +188,7 @@ GameWidget::GameWidget ( TQWidget *parent, const char* name ) // scrollbar scrl = new TQScrollBar(1, nlevels, 1, - 5, 1, Qt::Horizontal, vb, "scrl" ); + 5, 1, TQt::Horizontal, vb, "scrl" ); connect (scrl, TQT_SIGNAL (valueChanged (int)), TQT_SLOT (updateLevel (int))); // molek�l |