diff options
Diffstat (limited to 'kdeui/kpanelextension.h')
-rw-r--r-- | kdeui/kpanelextension.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kpanelextension.h b/kdeui/kpanelextension.h index 486aa6fc5..d1131638d 100644 --- a/kdeui/kpanelextension.h +++ b/kdeui/kpanelextension.h @@ -309,7 +309,7 @@ protected: * Reimplement this change handler in order to adjust the look of your * applet. **/ - virtual void tqalignmentChange( Alignment ) {} + virtual void alignmentChange( Alignment ) {} /** * Use this method to set the custom menu for this extensions so that it can be shown |