summaryrefslogtreecommitdiffstats
path: root/kicker/applets/swallow/swallow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/applets/swallow/swallow.h')
-rw-r--r--kicker/applets/swallow/swallow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/applets/swallow/swallow.h b/kicker/applets/swallow/swallow.h
index 437c3fa8b..4162ec0ba 100644
--- a/kicker/applets/swallow/swallow.h
+++ b/kicker/applets/swallow/swallow.h
@@ -70,7 +70,7 @@ private slots:
void embedded( SwallowApp * );
private:
- void layoutApps();
+ void tqlayoutApps();
SwallowCommandList* readConfig();
void createApps( SwallowCommandList * );
@@ -81,7 +81,7 @@ private:
static KWinModule *wModule;
SwallowCommandList * m_swcList;
- TQBoxLayout *m_layout;
+ TQBoxLayout *m_tqlayout;
};