diff options
Diffstat (limited to 'part/kxechoosestringdialog.h')
-rw-r--r-- | part/kxechoosestringdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/part/kxechoosestringdialog.h b/part/kxechoosestringdialog.h index 2065e3a..13c12cc 100644 --- a/part/kxechoosestringdialog.h +++ b/part/kxechoosestringdialog.h @@ -20,7 +20,7 @@ #include "kxechoosestringdialogbase.h" -#include <qwidget.h> +#include <tqwidget.h> /**Dialog with combobox that allow enter or select any string @@ -31,14 +31,14 @@ class KXEChooseStringDialog : public KXEChooseStringDialogBase { Q_OBJECT public: - KXEChooseStringDialog(QWidget *, const char *, const char *, const char *); + KXEChooseStringDialog(TQWidget *, const char *, const char *, const char *); protected slots: // Protected slots /** Called, when user press OK button */ void slotOk(); public: // Public attributes /** Contain text choosed by user */ - QString m_strChoosedText; + TQString m_strChoosedText; }; #endif |