summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/konsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/konsole.h')
-rw-r--r--konsole/konsole/konsole.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/konsole/konsole/konsole.h b/konsole/konsole/konsole.h
index 30ca6e5a1..b5e1f926b 100644
--- a/konsole/konsole/konsole.h
+++ b/konsole/konsole/konsole.h
@@ -68,7 +68,7 @@ const char *konsole_shell(TQStrList &args);
class Konsole : public TDEMainWindow, virtual public KonsoleIface
{
- Q_OBJECT
+ TQ_OBJECT
friend class KonsoleSessionManaged;
public:
@@ -245,6 +245,7 @@ private slots:
void slotTabDetachSession();
void slotTabRenameSession();
void slotTabSelectColor();
+ void slotTabResetColor();
void slotTabCloseSession();
void slotTabToggleMonitor();
void slotTabToggleMasterMode();
@@ -297,7 +298,7 @@ private:
TQPtrDict<TDERadioAction> session2action;
TQPtrList<TESession> sessions;
- TQIntDict<KSimpleConfig> no2command; //QT4 - convert to QList
+ TQIntDict<KSimpleConfig> no2command;
KSimpleConfig* m_defaultSession;
TQString m_defaultSessionFilename;
@@ -428,6 +429,7 @@ private:
bool b_framevis:1;
bool b_metaAsAlt:1;
+ bool b_realTransparency:1;
bool b_fullscreen:1;
bool m_menuCreated:1;
bool b_warnQuit:1;
@@ -468,7 +470,7 @@ class TQSpinBox;
class HistoryTypeDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
HistoryTypeDialog(const HistoryType& histType,
unsigned int histSize,
@@ -492,7 +494,7 @@ protected:
class SizeDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
SizeDialog(unsigned int const columns,
unsigned int const lines,
@@ -511,7 +513,7 @@ protected:
class KonsoleFind : public KEdFind
{
- Q_OBJECT
+ TQ_OBJECT
public:
KonsoleFind( TQWidget *parent = 0, const char *name=0, bool modal=true );
bool reg_exp() const;