summaryrefslogtreecommitdiffstats
path: root/kpager/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpager/config.h')
-rw-r--r--kpager/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpager/config.h b/kpager/config.h
index 2b8b095d3..8cf503507 100644
--- a/kpager/config.h
+++ b/kpager/config.h
@@ -42,7 +42,7 @@ public slots:
void setShowWindows(bool show);
void setWindowDrawMode(int mode);
- void setLayout(int layout);
+ void setLayout(int tqlayout);
void enableWindowDragging(bool);
@@ -55,7 +55,7 @@ public:
static bool m_showBackground;
static bool m_showWindows;
static int m_windowDrawMode;
- static int m_layoutType;
+ static int m_tqlayoutType;
static bool m_windowDragging;
protected: