diff options
Diffstat (limited to 'src/infodialog.h')
-rw-r--r-- | src/infodialog.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/infodialog.h b/src/infodialog.h index 7d419dd..d24acb3 100644 --- a/src/infodialog.h +++ b/src/infodialog.h @@ -38,13 +38,14 @@ class infoDialog: public info_Dialog { Q_OBJECT + TQ_OBJECT public: //! default constructor - infoDialog( KConfig *config = 0, QString captionName = QString(), QString message = QString(), - QString dontShowAgainMsg = QString(), QString settingsEntryName = QString(), - QWidget *parent = 0, const char *name = 0); + infoDialog( KConfig *config = 0, TQString captionName = TQString(), TQString message = TQString(), + TQString dontShowAgainMsg = TQString(), TQString settingsEntryName = TQString(), + TQWidget *tqparent = 0, const char *name = 0); //! default destructor ~infoDialog(); @@ -57,10 +58,10 @@ private: KConfig *settings; //! name of the entry in the settings - /*! QString store the name of the settings entry to + /*! TQString store the name of the settings entry to * store settings of 'DontShowAgain' checkbox */ - QString entryName; + TQString entryName; //! represent if the dialog is disabled by user /*! |