From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/ebrowsing/filteropts.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kcontrol/ebrowsing/filteropts.cpp') diff --git a/kcontrol/ebrowsing/filteropts.cpp b/kcontrol/ebrowsing/filteropts.cpp index ae2127380..a9c7801d6 100644 --- a/kcontrol/ebrowsing/filteropts.cpp +++ b/kcontrol/ebrowsing/filteropts.cpp @@ -21,21 +21,21 @@ #include -#include -#include +#include +#include #include #include #include "filteropts.h" -FilterOptions::FilterOptions(QWidget *parent, const char *name) +FilterOptions::FilterOptions(TQWidget *parent, const char *name) :KCModule(parent, name) { - QGridLayout *lay = new QGridLayout(this, 1, 1, 10, 5); + TQGridLayout *lay = new TQGridLayout(this, 1, 1, 10, 5); - lay->addWidget(new QLabel(i18n("Under construction..."), this), 0, 0); + lay->addWidget(new TQLabel(i18n("Under construction..."), this), 0, 0); lay->activate(); } -- cgit v1.2.3