diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:05:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:05:50 -0600 |
commit | 970e6dc6586a9fd7d6de11e41d1f851059bfb288 (patch) | |
tree | 96daebccabee2ef15ccf6d40621758e2e922c3c4 /lib/options.h | |
parent | 46d967c53bb9221c29b1d357086d600a01a97706 (diff) | |
download | kpilot-970e6dc6586a9fd7d6de11e41d1f851059bfb288.tar.gz kpilot-970e6dc6586a9fd7d6de11e41d1f851059bfb288.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'lib/options.h')
-rw-r--r-- | lib/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/options.h b/lib/options.h index 6a643e9..d8dcc0c 100644 --- a/lib/options.h +++ b/lib/options.h @@ -155,7 +155,7 @@ KDE_EXPORT struct tm writeTm(const TQDateTime &dt); KDE_EXPORT struct tm writeTm(const TQDate &dt); -// Some tqlayout macros +// Some layout macros // // SPACING is a generic distance between visual elements; // 10 seems reasonably good even at high resolutions. |