diff options
Diffstat (limited to 'knotes/knoteedit.h')
-rw-r--r-- | knotes/knoteedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knoteedit.h b/knotes/knoteedit.h index 959dee654..dfceaef85 100644 --- a/knotes/knoteedit.h +++ b/knotes/knoteedit.h @@ -82,7 +82,7 @@ private slots: void fontChanged( const TQFont &f ); void colorChanged( const TQColor &c ); - void tqalignmentChanged( int a ); + void alignmentChanged( int a ); void verticalAlignmentChanged( VerticalAlignment a ); void slotAllowTab(); |