From 1b89319fd93b88313cab40f1e9de24c067b04efb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 6 Dec 2011 14:15:01 -0600 Subject: Initial TQt conversion --- src/debugoutputtextedit.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/debugoutputtextedit.h') diff --git a/src/debugoutputtextedit.h b/src/debugoutputtextedit.h index 09bfc08..7e4f965 100644 --- a/src/debugoutputtextedit.h +++ b/src/debugoutputtextedit.h @@ -21,8 +21,8 @@ #define DEBUGOUTPUTTEXTEDIT_H #include -#include -#include +#include +#include /** This class is used for showing log content @@ -32,16 +32,17 @@ This class is used for showing log content class DebugOutputTextEdit : public KTextBrowser { Q_OBJECT + TQ_OBJECT public: - DebugOutputTextEdit( QWidget* parent=0, const char* name=0); + DebugOutputTextEdit( TQWidget* parent=0, const char* name=0); ~DebugOutputTextEdit(); public slots: - QPopupMenu* createPopupMenu(const QPoint & pos); - void append ( const QString & text ); + TQPopupMenu* createPopupMenu(const TQPoint & pos); + void append ( const TQString & text ); private: - QPopupMenu *popup; + TQPopupMenu *popup; }; -- cgit v1.2.1