diff options
Diffstat (limited to 'adept/libadept/sourceseditor.h')
-rw-r--r-- | adept/libadept/sourceseditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adept/libadept/sourceseditor.h b/adept/libadept/sourceseditor.h index 780b40c..2eec7db 100644 --- a/adept/libadept/sourceseditor.h +++ b/adept/libadept/sourceseditor.h @@ -56,7 +56,7 @@ public: TQString text( int c ) const; void setText( int c, const TQString &s ); virtual void paintCell (TQPainter *p, const TQColorGroup &cg, - int column, int width, int tqalignment); + int column, int width, int alignment); protected: Sources::Entry m_entry; }; |