diff options
Diffstat (limited to 'src/gui/stringmapdialog.h')
-rw-r--r-- | src/gui/stringmapdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/stringmapdialog.h b/src/gui/stringmapdialog.h index a0dec9f..dafcc46 100644 --- a/src/gui/stringmapdialog.h +++ b/src/gui/stringmapdialog.h @@ -41,7 +41,7 @@ Q_OBJECT TQ_OBJECT public: - StringMapDialog(const TQMap<TQString, TQString>& stringMap, TQWidget* tqparent, const char* name=0, bool modal=false); + StringMapDialog(const TQMap<TQString, TQString>& stringMap, TQWidget* parent, const char* name=0, bool modal=false); /** * Sets the titles for the key and value columns. |