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