From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdevdesigner/designer/sourcefile.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kdevdesigner/designer/sourcefile.h') diff --git a/kdevdesigner/designer/sourcefile.h b/kdevdesigner/designer/sourcefile.h index 438d9b4c..79083c83 100644 --- a/kdevdesigner/designer/sourcefile.h +++ b/kdevdesigner/designer/sourcefile.h @@ -27,7 +27,7 @@ #ifndef SOURCEFILE_H #define SOURCEFILE_H -#include +#include #include "timestamp.h" struct DesignerSourceFile; @@ -39,10 +39,10 @@ class SourceFile : public QObject Q_OBJECT public: - SourceFile( const QString &fn, bool temp, Project *p ); + SourceFile( const TQString &fn, bool temp, Project *p ); ~SourceFile(); - void setText( const QString &s ); + void setText( const TQString &s ); void setModified( bool m ); bool save( bool ignoreModified = FALSE ); @@ -52,8 +52,8 @@ public: bool closeEvent(); Project *project() const; - QString text() const; - QString fileName() const { return filename; } + TQString text() const; + TQString fileName() const { return filename; } bool isModified() const; void checkTimeStamp(); @@ -63,7 +63,7 @@ public: void setEditor( SourceEditor *e ); SourceEditor *editor() const { return ed; } - static QString createUnnamedFileName( const QString &extension ); + static TQString createUnnamedFileName( const TQString &extension ); bool isAccepted() const { return accepted; } @@ -71,8 +71,8 @@ private: bool checkFileName( bool allowBreak ); private: - QString filename; - QString txt; + TQString filename; + TQString txt; DesignerSourceFile *iface; SourceEditor *ed; bool fileNameTemp; -- cgit v1.2.1