From ef5831dd5c8811c94c9b1bc1377a90174d17c82c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:29:52 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/rip/k3bcddbpatternwidget.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/rip/k3bcddbpatternwidget.cpp') diff --git a/src/rip/k3bcddbpatternwidget.cpp b/src/rip/k3bcddbpatternwidget.cpp index 79e1375..89c9554 100644 --- a/src/rip/k3bcddbpatternwidget.cpp +++ b/src/rip/k3bcddbpatternwidget.cpp @@ -26,14 +26,14 @@ #include #include #include -#include +#include K3bCddbPatternWidget::K3bCddbPatternWidget( TQWidget* parent, const char* name ) : base_K3bCddbPatternWidget( parent, name ) { - // fix the tqlayout - ((TQGridLayout*)tqlayout())->setRowStretch( 4, 1 ); + // fix the layout + ((TQGridLayout*)layout())->setRowStretch( 4, 1 ); // setup validators // there can never be one of the following characters in both dir and filename: -- cgit v1.2.3