summaryrefslogtreecommitdiffstats
path: root/kicker/applets/systemtray/systemtrayapplet.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/applets/systemtray/systemtrayapplet.h')
-rw-r--r--kicker/applets/systemtray/systemtrayapplet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/applets/systemtray/systemtrayapplet.h b/kicker/applets/systemtray/systemtrayapplet.h
index f66e0caa5..d74c2ccf7 100644
--- a/kicker/applets/systemtray/systemtrayapplet.h
+++ b/kicker/applets/systemtray/systemtrayapplet.h
@@ -76,7 +76,7 @@ protected slots:
void initialize();
void systemTrayWindowAdded( WId );
void updateTrayWindows();
- void layoutTray();
+ void tqlayoutTray();
void paletteChange(const TQPalette & /* oldPalette */);
void toggleExpanded();
void settingsDialogFinished();
@@ -110,7 +110,7 @@ private:
TQTimer* m_autoRetractTimer;
bool m_autoRetract;
int m_iconSize;
- TQGridLayout* m_layout;
+ TQGridLayout* m_tqlayout;
};
class TrayEmbed : public QXEmbed