summaryrefslogtreecommitdiffstats
path: root/src/gvcore/inputdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/inputdialog.h')
-rw-r--r--src/gvcore/inputdialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gvcore/inputdialog.h b/src/gvcore/inputdialog.h
index 09817d7..d34d465 100644
--- a/src/gvcore/inputdialog.h
+++ b/src/gvcore/inputdialog.h
@@ -36,10 +36,11 @@ namespace Gwenview {
*/
class InputDialog : public KDialogBase {
Q_OBJECT
+ TQ_OBJECT
public:
- InputDialog(QWidget* parent);
+ InputDialog(TQWidget* tqparent);
~InputDialog();
- void setLabel(const QString& label);
+ void setLabel(const TQString& label);
KLineEdit* lineEdit() const;
private slots: