summaryrefslogtreecommitdiffstats
path: root/src/fetchdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetchdialog.cpp')
-rw-r--r--src/fetchdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetchdialog.cpp b/src/fetchdialog.cpp
index 15fef58..8392fab 100644
--- a/src/fetchdialog.cpp
+++ b/src/fetchdialog.cpp
@@ -153,7 +153,7 @@ FetchDialog::FetchDialog(TQWidget* parent_, const char* name_)
connect(m_sourceCombo, TQT_SIGNAL(activated(const TQString&)), TQT_SLOT(slotSourceChanged(const TQString&)));
TQWhatsThis::add(m_sourceCombo, i18n("Select the database to search"));
- TQSplitter* split = new TQSplitter(Qt::Vertical, mainWidget);
+ TQSplitter* split = new TQSplitter(TQt::Vertical, mainWidget);
topLayout->addWidget(split);
m_listView = new GUI::ListView(split);