summaryrefslogtreecommitdiffstats
path: root/kdeui/kcolordialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/kcolordialog.cpp')
-rw-r--r--kdeui/kcolordialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kcolordialog.cpp b/kdeui/kcolordialog.cpp
index 3e158e928..64decd2c5 100644
--- a/kdeui/kcolordialog.cpp
+++ b/kdeui/kcolordialog.cpp
@@ -1074,7 +1074,7 @@ KColorDialog::KColorDialog( TQWidget *parent, const char *name, bool modal )
//
// add a layout for the right side
//
- d->l_right = new QVBoxLayout;
+ d->l_right = new TQVBoxLayout;
tl_layout->addLayout(d->l_right, 0, 2);
//