diff options
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(); |