From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeui/kaboutapplication.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kdeui/kaboutapplication.h') diff --git a/kdeui/kaboutapplication.h b/kdeui/kaboutapplication.h index b3c0ea632..d8356ce66 100644 --- a/kdeui/kaboutapplication.h +++ b/kdeui/kaboutapplication.h @@ -54,10 +54,10 @@ class KDEUI_EXPORT KAboutApplication : public KAboutDialog * @param name Internal name of the widget. This name is not used in the * caption. * @param modal If false, this widget will be modeless and must be - * made visible using QWidget::show(). Otherwise it will be - * modal and must be made visible using QWidget::exec(). + * made visible using TQWidget::show(). Otherwise it will be + * modal and must be made visible using TQWidget::exec(). */ - KAboutApplication( QWidget *parent=0, const char *name=0, bool modal=true ); + KAboutApplication( TQWidget *parent=0, const char *name=0, bool modal=true ); /** * Constructor. Mostly does the same stuff as the previous constructor, except @@ -73,15 +73,15 @@ class KDEUI_EXPORT KAboutApplication : public KAboutDialog * @param name Internal name of the widget. This name is not used in the * caption. * @param modal If false, this widget will be modeless and must be - * made visible using QWidget::show(). Otherwise it will be - * modal and must be made visible using QWidget::exec(). + * made visible using TQWidget::show(). Otherwise it will be + * modal and must be made visible using TQWidget::exec(). */ - KAboutApplication( const KAboutData *aboutData, QWidget *parent=0, const char *name=0, bool modal=true ); + KAboutApplication( const KAboutData *aboutData, TQWidget *parent=0, const char *name=0, bool modal=true ); /* FIXME: The two constructors should be replaced with the following after the lib freeze: - KAboutApplication( const KAboutData *aboutData=0, QWidget *parent=0, const char *name=0, bool modal=true ); + KAboutApplication( const KAboutData *aboutData=0, TQWidget *parent=0, const char *name=0, bool modal=true ); This will make buildDialog() obsolete as well (Frerich). */ -- cgit v1.2.1