From 6b1b516f42036cf9eff691dba3fd6e9eab82a7e1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 1 Jul 2011 23:15:51 +0000 Subject: TQt4 port soundkonverter This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/soundkonverter@1239038 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/cuesheeteditor.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/cuesheeteditor.h') diff --git a/src/cuesheeteditor.h b/src/cuesheeteditor.h index db5d986..7d1e663 100755 --- a/src/cuesheeteditor.h +++ b/src/cuesheeteditor.h @@ -18,18 +18,19 @@ class KPushButton; class CuesheetEditor : public KDialog { Q_OBJECT + TQ_OBJECT public: /** * Default Constructor */ - CuesheetEditor( QWidget* parent=0, const char* name=0, bool modal=true, WFlags f=0 ); + CuesheetEditor( TQWidget* tqparent=0, const char* name=0, bool modal=true, WFlags f=0 ); /** * Default Destructor */ virtual ~CuesheetEditor(); - void setContent( const QString& text ) { tTextEdit->setText( text ); } + void setContent( const TQString& text ) { tTextEdit->setText( text ); } private slots: void help(); -- cgit v1.2.1