summaryrefslogtreecommitdiffstats
path: root/malloryclient/malloryclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'malloryclient/malloryclient.h')
-rw-r--r--malloryclient/malloryclient.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/malloryclient/malloryclient.h b/malloryclient/malloryclient.h
index 9bb62b9..d952987 100644
--- a/malloryclient/malloryclient.h
+++ b/malloryclient/malloryclient.h
@@ -14,7 +14,7 @@
#include <kdecoration.h>
#include <kdecorationfactory.h>
-#include <qlayout.h>
+#include <tqlayout.h>
#include "mallorybutton.h"
#include "enums.h"
@@ -29,9 +29,9 @@ public:
~MalloryClient();
virtual void init();
- virtual bool eventFilter(QObject* o, QEvent* e);
+ virtual bool eventFilter(TQObject* o, TQEvent* e);
- virtual QSize minimumSize() const;
+ virtual TQSize minimumSize() const;
virtual void borders(int& left, int& right, int& top, int& bottom) const;
protected:
@@ -42,20 +42,20 @@ protected:
virtual void iconChange();
virtual void shadeChange() {};
- virtual void paintEvent(QPaintEvent *e);
- virtual void showEvent(QShowEvent*);
+ virtual void paintEvent(TQPaintEvent *e);
+ virtual void showEvent(TQShowEvent*);
- virtual void resize(const QSize&);
+ virtual void resize(const TQSize&);
virtual void reset(unsigned long changed);
private:
- void addButtons(QBoxLayout *layout, const QString &buttons);
- void resizeEvent(QResizeEvent *e);
- void mouseDoubleClickEvent(QMouseEvent *e);
- Position mousePosition(const QPoint &point) const;
+ void addButtons(TQBoxLayout *layout, const TQString &buttons);
+ void resizeEvent(TQResizeEvent *e);
+ void mouseDoubleClickEvent(TQMouseEvent *e);
+ Position mousePosition(const TQPoint &point) const;
MalloryButton *m_button[ButtonTypeCount];
- QSpacerItem *m_titleBar, *m_leftSpacer, *m_rightSpacer, *m_topSpacer, *m_bottomSpacer, *m_leftButtonSpacer, *m_leftButtonSpacer2, *m_rightButtonSpacer, *m_rightButtonSpacer2;
+ TQSpacerItem *m_titleBar, *m_leftSpacer, *m_rightSpacer, *m_topSpacer, *m_bottomSpacer, *m_leftButtonSpacer, *m_leftButtonSpacer2, *m_rightButtonSpacer, *m_rightButtonSpacer2;
private slots:
void maxButtonPressed();