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 --- vcs/cvsservice/commitdlg.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vcs/cvsservice/commitdlg.h') diff --git a/vcs/cvsservice/commitdlg.h b/vcs/cvsservice/commitdlg.h index 3e98b269..e7ea4396 100644 --- a/vcs/cvsservice/commitdlg.h +++ b/vcs/cvsservice/commitdlg.h @@ -14,8 +14,8 @@ #ifndef _COMMITDIALOG_H_ #define _COMMITDIALOG_H_ -//#include -#include +//#include +#include #include "commitdialogbase.h" class QTextEdit; @@ -25,17 +25,17 @@ class CommitDialog : public CommitDialogBase { Q_OBJECT public: - CommitDialog( const QString &changeLogfileNamePath, QWidget *parent = 0 ); + CommitDialog( const TQString &changeLogfileNamePath, TQWidget *parent = 0 ); //! Returns the text of the log - QStringList logMessage() const; + TQStringList logMessage() const; //! Returns true if the user requests the log message to be added to the general //! Changelog file bool mustAddToChangeLog() const; //! We need to set it when showing the dialog and then when saving the file - void setChangeLogFileName( const QString &fileName ); - QString changeLogFileName() const; + void setChangeLogFileName( const TQString &fileName ); + TQString changeLogFileName() const; protected slots: //! Override: must check for message not being void. -- cgit v1.2.3