summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/core/kicker.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/core/kicker.h')
-rw-r--r--kicker/kicker/core/kicker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/core/kicker.h b/kicker/kicker/core/kicker.h
index 6bb071007..bc00e1915 100644
--- a/kicker/kicker/core/kicker.h
+++ b/kicker/kicker/core/kicker.h
@@ -69,7 +69,7 @@ k_dcop_signals:
public:
static Kicker* the();
KDirWatch* fileWatcher();
- KWinModule* kwinModule();
+ KWinModule* twinModule();
bool isImmutable() const;
bool isKioskImmutable() const;
@@ -122,7 +122,7 @@ private:
static void crashHandler(int signal);
KGlobalAccel* keys;
- KWinModule* m_kwinModule;
+ KWinModule* m_twinModule;
KCMultiDialog* m_configDialog;
bool m_canAddContainers;
TQPoint m_insertionPoint;