summaryrefslogtreecommitdiffstats
path: root/tderesources/selectdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/selectdialog.cpp')
-rw-r--r--tderesources/selectdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/selectdialog.cpp b/tderesources/selectdialog.cpp
index c8009ae47..e6207cc3c 100644
--- a/tderesources/selectdialog.cpp
+++ b/tderesources/selectdialog.cpp
@@ -45,7 +45,7 @@ SelectDialog::SelectDialog( TQPtrList<Resource> list, TQWidget *parent,
TQVBoxLayout *mainLayout = new TQVBoxLayout( this );
mainLayout->setMargin( marginHint() );
- TQGroupBox *groupBox = new TQGroupBox( 2, Qt::Horizontal, this );
+ TQGroupBox *groupBox = new TQGroupBox( 2, TQt::Horizontal, this );
groupBox->setTitle( i18n( "Resources" ) );
mResourceId = new TDEListBox( groupBox );