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/importdialog.cpp | |
parent | 26f93a7d9105483b49ae930545ddb2873156fa8e (diff) | |
download | tellico-68b0d93f005081933603e1d07d6ebece55cf4502.tar.gz tellico-68b0d93f005081933603e1d07d6ebece55cf4502.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/importdialog.cpp')
-rw-r--r-- | src/importdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/importdialog.cpp b/src/importdialog.cpp index 5aff382..09e3a58 100644 --- a/src/importdialog.cpp +++ b/src/importdialog.cpp @@ -96,7 +96,7 @@ ImportDialog::ImportDialog(Import::Format format_, const KURL::List& urls_, TQWi setButtonOK(ok); // want to grab default button action, too - // since the importer might do something with widgets, don't just call it, do it after tqlayout is done + // since the importer might do something with widgets, don't just call it, do it after layout is done TQTimer::singleShot(0, this, TQT_SLOT(slotUpdateAction())); } |