diff options
Diffstat (limited to 'vcs/cvsservice/releaseinputdialog.h')
-rw-r--r-- | vcs/cvsservice/releaseinputdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcs/cvsservice/releaseinputdialog.h b/vcs/cvsservice/releaseinputdialog.h index 5de2c3e6..e00b0b04 100644 --- a/vcs/cvsservice/releaseinputdialog.h +++ b/vcs/cvsservice/releaseinputdialog.h @@ -27,17 +27,17 @@ public: * C-tor * @param parent */ - ReleaseInputDialog( QWidget* parent = 0 ); + ReleaseInputDialog( TQWidget* parent = 0 ); /** * Destructor */ virtual ~ReleaseInputDialog(); /** - * @return a QString formatted as "-r <RELEASE-TAG> " or "-D <RELEASE-DATE> " + * @return a TQString formatted as "-r <RELEASE-TAG> " or "-D <RELEASE-DATE> " * so it can be embedded in the command line. */ - QString release() const; + TQString release() const; /** * @return true if the user has checked "rever": enforce operation then even |