summaryrefslogtreecommitdiffstats
path: root/renamedlgplugins/images/image_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'renamedlgplugins/images/image_plugin.cpp')
-rw-r--r--renamedlgplugins/images/image_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/renamedlgplugins/images/image_plugin.cpp b/renamedlgplugins/images/image_plugin.cpp
index 0bc6567..65023f7 100644
--- a/renamedlgplugins/images/image_plugin.cpp
+++ b/renamedlgplugins/images/image_plugin.cpp
@@ -70,7 +70,7 @@ bool ImagePlugin::initialize( KIO::RenameDlg_Mode mode, const TQString &_src, co
TQLabel *label = new TQLabel(this );
label->setText(i18n("You want to overwrite the left picture with the one on the right.") );
label->adjustSize();
- lay->addMultiCellWidget(label, 1, 1, 0, 2, Qt::AlignHCenter );
+ lay->addMultiCellWidget(label, 1, 1, 0, 2, TQt::AlignHCenter );
adjustSize();
}
ImageVisualizer *left= new ImageVisualizer(this, "Visualizer Left", _dest );