From 6afce6c4bc7ea82d8644358216a72a585bffaf0a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:40:56 -0600 Subject: Remove additional unneeded tq method conversions --- src/filelist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filelist.h') 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(); -- cgit v1.2.1