diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:40:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:40:56 -0600 |
commit | 6afce6c4bc7ea82d8644358216a72a585bffaf0a (patch) | |
tree | 4ace829a6b7d358d7d7a7a99b74891d211b8a3d5 /src/filelist.h | |
parent | 546e1d89596af9c0bd0176fb8812bf0faa00d9de (diff) | |
download | soundkonverter-6afce6c4bc7ea82d8644358216a72a585bffaf0a.tar.gz soundkonverter-6afce6c4bc7ea82d8644358216a72a585bffaf0a.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/filelist.h')
-rwxr-xr-x | src/filelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelist.h b/src/filelist.h index 3aae97f..272dd0c 100755 --- a/src/filelist.h +++ b/src/filelist.h @@ -50,7 +50,7 @@ public: */ virtual ~FileListItem(); - virtual void paintCell( TQPainter* p, const TQColorGroup& cg, int column, int width, int tqalignment ); + virtual void paintCell( TQPainter* p, const TQColorGroup& cg, int column, int width, int alignment ); //void updateOutputCell(); //void updateOptionsCell(); |