diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:56:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:56:04 -0600 |
commit | 303e108109ce526c414e8770119134dcc2f2d7bd (patch) | |
tree | 16e7fdb1b604f30ac7b9cb7bbaeae90c34f438a6 /src/optiondialog.h | |
parent | f3372e7bea9bbc288e039d85d660450220a637d8 (diff) | |
download | kdiff3-303e108109ce526c414e8770119134dcc2f2d7bd.tar.gz kdiff3-303e108109ce526c414e8770119134dcc2f2d7bd.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f3372e7bea9bbc288e039d85d660450220a637d8.
Diffstat (limited to 'src/optiondialog.h')
-rw-r--r-- | src/optiondialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optiondialog.h b/src/optiondialog.h index b7a27e6..697dfe3 100644 --- a/src/optiondialog.h +++ b/src/optiondialog.h @@ -59,7 +59,7 @@ public: TQString calcOptionHelp(); // Some settings are not available in the option dialog: - TQSize m_geometry; + TQSize m_tqgeometry; TQPoint m_position; bool m_bMaximised; bool m_bShowToolBar; |