summaryrefslogtreecommitdiffstats
path: root/part/kxechoosestringdialog.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-03-26 12:35:35 +0100
committerSlávek Banko <[email protected]>2016-03-26 14:10:15 +0100
commit38dca4b75c471ddf950e2f9f03801c550d7d26fd (patch)
treef5923ce5d84971f1f394baf7411146f078c02fab /part/kxechoosestringdialog.h
parente28665ce3b2e9ec6f09b4c021db7443cac3c4128 (diff)
downloadkxmleditor-38dca4b75c471ddf950e2f9f03801c550d7d26fd.tar.gz
kxmleditor-38dca4b75c471ddf950e2f9f03801c550d7d26fd.zip
Initial TQt conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'part/kxechoosestringdialog.h')
-rw-r--r--part/kxechoosestringdialog.h6
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