From aa3a1ca934bc541bddd3fa136a85f106f7da266e Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:25:18 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lilo-config/kde/InputBox.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lilo-config/kde/InputBox.cpp') diff --git a/lilo-config/kde/InputBox.cpp b/lilo-config/kde/InputBox.cpp index a338c20..3a707cf 100644 --- a/lilo-config/kde/InputBox.cpp +++ b/lilo-config/kde/InputBox.cpp @@ -27,17 +27,17 @@ ** Bug reports and questions can be sent to kde-devel@kde.org */ #include "InputBox.moc" -#include -#include +#include +#include #include -InputBox::InputBox(entries e, QWidget *parent, const char *name, bool hasCancel, WFlags f) - : KDialogBase(parent, name, true, QString::null, hasCancel ? Ok | Cancel : Ok, Ok, true ) +InputBox::InputBox(entries e, TQWidget *parent, const char *name, bool hasCancel, WFlags f) + : KDialogBase(parent, name, true, TQString::null, hasCancel ? Ok | Cancel : Ok, Ok, true ) { - QVBox *page = makeVBoxMainWidget(); + TQVBox *page = makeVBoxMainWidget(); for(entries::iterator it=e.begin(); it!=e.end(); it++) { EditWidget *ed=new EditWidget((*it).label, (*it).dflt, (*it).isFile, page); - QWhatsThis::add(ed, (*it).help); + TQWhatsThis::add(ed, (*it).help); edit.insert(edit.end(), ed); } } -- cgit v1.2.1