From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- buildtools/lib/widgets/removesubprojectdialog.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'buildtools/lib/widgets/removesubprojectdialog.cpp') diff --git a/buildtools/lib/widgets/removesubprojectdialog.cpp b/buildtools/lib/widgets/removesubprojectdialog.cpp index aef16a0c..4a41ff88 100644 --- a/buildtools/lib/widgets/removesubprojectdialog.cpp +++ b/buildtools/lib/widgets/removesubprojectdialog.cpp @@ -16,11 +16,11 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include -#include +#include +#include #include "removesubprojectdialog.h" -RemoveSubprojectDialog::RemoveSubprojectDialog(QString caption, QString question, QWidget* parent, const char* name, bool modal, WFlags fl) +RemoveSubprojectDialog::RemoveSubprojectDialog(TQString caption, TQString question, TQWidget* parent, const char* name, bool modal, WFlags fl) : RemoveSubprojectDlgBase(parent,name, modal,fl) { setCaption(caption); @@ -34,12 +34,12 @@ RemoveSubprojectDialog::~RemoveSubprojectDialog() /*$SPECIALIZATION$*/ void RemoveSubprojectDialog::reject() { - QDialog::reject(); + TQDialog::reject(); } void RemoveSubprojectDialog::accept() { - QDialog::accept(); + TQDialog::accept(); } bool RemoveSubprojectDialog::removeFromDisk( ) -- cgit v1.2.1