summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/commitdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/cvsservice/commitdlg.h')
-rw-r--r--vcs/cvsservice/commitdlg.h12
1 files changed, 6 insertions, 6 deletions
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 <qdialog.h>
-#include <qstringlist.h>
+//#include <tqdialog.h>
+#include <tqstringlist.h>
#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.