summaryrefslogtreecommitdiffstats
path: root/kcontrol/konsole/kcmkonsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/konsole/kcmkonsole.h')
-rw-r--r--kcontrol/konsole/kcmkonsole.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kcontrol/konsole/kcmkonsole.h b/kcontrol/konsole/kcmkonsole.h
index 561cb4502..32eb58141 100644
--- a/kcontrol/konsole/kcmkonsole.h
+++ b/kcontrol/konsole/kcmkonsole.h
@@ -28,7 +28,7 @@ class TQStringList;
class KCMKonsole
: public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
KCMKonsole (TQWidget *parent = 0, const char *name = 0, const TQStringList& = 0);
@@ -40,6 +40,7 @@ public:
private:
KCMKonsoleDialog *dialog;
bool xonXoffOrig;
+ bool realTransparencyOrig;
bool bidiOrig;
};