diff options
Diffstat (limited to 'kexi/main/startup/KexiDBTitlePage.h')
-rw-r--r-- | kexi/main/startup/KexiDBTitlePage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kexi/main/startup/KexiDBTitlePage.h b/kexi/main/startup/KexiDBTitlePage.h index 98341946..15030c7b 100644 --- a/kexi/main/startup/KexiDBTitlePage.h +++ b/kexi/main/startup/KexiDBTitlePage.h @@ -22,15 +22,16 @@ #include "KexiDBTitlePageBase.h" -//! @short A helper widget used to displaying a line edit with a label and layout +//! @short A helper widget used to displaying a line edit with a label and tqlayout class KEXIMAIN_EXPORT KexiDBTitlePage : public KexiDBTitlePageBase { Q_OBJECT + TQ_OBJECT public: //! Constructs title page. \a labelText can be provided to change default //! "Project caption:" label. - KexiDBTitlePage( const QString& labelText, QWidget* parent = 0, const char* name = 0 ); + KexiDBTitlePage( const TQString& labelText, TQWidget* tqparent = 0, const char* name = 0 ); ~KexiDBTitlePage(); protected slots: |