diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:31:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:31:05 -0600 |
commit | 238d438877620ed73915f2360d820cfc0c9131cc (patch) | |
tree | ddb04b2506c33b255ac5ac573b13c308a2a1ba96 /src/knemod/signalplotter.h | |
parent | a1a658649b5cdda8bd7a7c4eae583d4dd7e0acf3 (diff) | |
download | knemo-238d438877620ed73915f2360d820cfc0c9131cc.tar.gz knemo-238d438877620ed73915f2360d820cfc0c9131cc.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/knemod/signalplotter.h')
-rw-r--r-- | src/knemod/signalplotter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knemod/signalplotter.h b/src/knemod/signalplotter.h index 10c7083..f73f2fe 100644 --- a/src/knemod/signalplotter.h +++ b/src/knemod/signalplotter.h @@ -151,7 +151,7 @@ class SignalPlotter : public TQDialog /** * The name of the interface. - * Needed to store the tqgeometry of the plotter in the right + * Needed to store the geometry of the plotter in the right * group of the config file. */ TQString mName; |