From 5f5ee2367157176ed223b86343eb0a9e4022e020 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:52:55 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- superkaramba/src/sklineedit.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'superkaramba/src/sklineedit.h') diff --git a/superkaramba/src/sklineedit.h b/superkaramba/src/sklineedit.h index 2afd6c5..2d56793 100644 --- a/superkaramba/src/sklineedit.h +++ b/superkaramba/src/sklineedit.h @@ -21,36 +21,36 @@ #ifndef SKLINEEDIT_H #define SKLINEEDIT_H -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include class Input; class SKLineEdit : public QLineEdit { public: - SKLineEdit(QWidget *w, Input *i); + SKLineEdit(TQWidget *w, Input *i); ~SKLineEdit(); - void drawFrame(QPainter *p); - void drawContents(QPainter *p); + void drawFrame(TQPainter *p); + void drawContents(TQPainter *p); - void setFrameColor(QColor c); - QColor getFrameColor() const; + void setFrameColor(TQColor c); + TQColor getFrameColor() const; - void setBackgroundColor(QColor c); + void setBackgroundColor(TQColor c); Input* getInput(); protected: - virtual void keyReleaseEvent(QKeyEvent* e); - virtual void keyPressEvent(QKeyEvent* e); + virtual void keyReleaseEvent(TQKeyEvent* e); + virtual void keyPressEvent(TQKeyEvent* e); private: - QColor frameColor; + TQColor frameColor; Input* m_input; }; -- cgit v1.2.1