summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/core/container_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/core/container_button.h')
-rw-r--r--kicker/kicker/core/container_button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/core/container_button.h b/kicker/kicker/core/container_button.h
index 78b4d4ab1..7050f9cb6 100644
--- a/kicker/kicker/core/container_button.h
+++ b/kicker/kicker/core/container_button.h
@@ -68,14 +68,14 @@ protected slots:
void dragButton(const TQPixmap icon);
protected:
- virtual void doSaveConfiguration( KConfigGroup&, bool layoutOnly ) const;
+ virtual void doSaveConfiguration( KConfigGroup&, bool tqlayoutOnly ) const;
void embedButton(PanelButton* p);
TQPopupMenu* createOpMenu();
void checkImmutability(const KConfigGroup&);
protected:
PanelButton *_button;
- TQLayout *_layout;
+ TQLayout *_tqlayout;
TQPoint _oldpos;
};