summaryrefslogtreecommitdiffstats
path: root/kdeui/kpanelapplet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/kpanelapplet.cpp')
-rw-r--r--kdeui/kpanelapplet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kpanelapplet.cpp b/kdeui/kpanelapplet.cpp
index d592f35cc..152368b87 100644
--- a/kdeui/kpanelapplet.cpp
+++ b/kdeui/kpanelapplet.cpp
@@ -82,7 +82,7 @@ void KPanelApplet::tqsetAlignment( Alignment a )
{
if( _tqalignment == a ) return;
_tqalignment = a;
- tqalignmentChange( a );
+ alignmentChange( a );
}
// FIXME: Remove implementation for KDE 4