summaryrefslogtreecommitdiffstats
path: root/src/gvcore/inputdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/inputdialog.cpp')
-rw-r--r--src/gvcore/inputdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/inputdialog.cpp b/src/gvcore/inputdialog.cpp
index 3a08d5c..b2a64f6 100644
--- a/src/gvcore/inputdialog.cpp
+++ b/src/gvcore/inputdialog.cpp
@@ -48,8 +48,8 @@ InputDialog::InputDialog(TQWidget* parent)
setMinimumWidth(350);
- connect(d->mLineEdit, TQT_SIGNAL(textChanged(const TQString&)),
- this, TQT_SLOT(updateButtons()) );
+ connect(d->mLineEdit, TQ_SIGNAL(textChanged(const TQString&)),
+ this, TQ_SLOT(updateButtons()) );
}