diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:07:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:07:30 -0600 |
commit | 68b0d93f005081933603e1d07d6ebece55cf4502 (patch) | |
tree | 75b69804a6d7855f437992b56df438c1805a3e42 /src/entryeditdialog.h | |
parent | 26f93a7d9105483b49ae930545ddb2873156fa8e (diff) | |
download | tellico-68b0d93f005081933603e1d07d6ebece55cf4502.tar.gz tellico-68b0d93f005081933603e1d07d6ebece55cf4502.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/entryeditdialog.h')
-rw-r--r-- | src/entryeditdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entryeditdialog.h b/src/entryeditdialog.h index e645b81..20731f6 100644 --- a/src/entryeditdialog.h +++ b/src/entryeditdialog.h @@ -49,9 +49,9 @@ public: */ bool queryModified(); /** - * Deletes and resets the tqlayout of the tabs. + * Deletes and resets the layout of the tabs. * - * @param coll A pointer to the collection whose fields should be used for setting up the tqlayout + * @param coll A pointer to the collection whose fields should be used for setting up the layout */ void setLayout(Data::CollPtr coll); /** |