summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/core/container_applet.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/core/container_applet.h')
-rw-r--r--kicker/kicker/core/container_applet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/kicker/core/container_applet.h b/kicker/kicker/core/container_applet.h
index 12f5c2c7d..019e52c96 100644
--- a/kicker/kicker/core/container_applet.h
+++ b/kicker/kicker/core/container_applet.h
@@ -83,15 +83,15 @@ public slots:
protected:
virtual void doLoadConfiguration( KConfigGroup& );
- virtual void doSaveConfiguration( KConfigGroup&, bool tqlayoutOnly ) const;
- virtual void tqalignmentChange(KPanelExtension::Alignment a);
+ virtual void doSaveConfiguration( KConfigGroup&, bool layoutOnly ) const;
+ virtual void alignmentChange(KPanelExtension::Alignment a);
virtual TQPopupMenu* createOpMenu();
AppletInfo _info;
AppletHandle *_handle;
TQHBox *_appletframe;
- TQBoxLayout *_tqlayout;
+ TQBoxLayout *_layout;
KPanelApplet::Type _type;
int _widthForHeightHint;
int _heightForWidthHint;