Convert files to unix format. Convert C++ header names to C header names.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 2 years ago
parent a0148cf62f
commit d017bd3725
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -22,11 +22,11 @@
#include "UiGuiVersion.h" #include "UiGuiVersion.h"
#include <QUrl> #include <tqurl.h>
#include <QDesktopServices> #include <tqdesktopservices.h>
#include <QScrollBar> #include <tqscrollbar.h>
#include <QTimer> #include <tqtimer.h>
#include <QLocale> #include <tqlocale.h>
/*! /*!
\class AboutDialog \class AboutDialog

@ -20,7 +20,7 @@
#ifndef ABOUTDIALOG_H #ifndef ABOUTDIALOG_H
#define ABOUTDIALOG_H #define ABOUTDIALOG_H
#include <QDialog> #include <tqdialog.h>
namespace Ui { namespace Ui {
class AboutDialog; class AboutDialog;

@ -21,11 +21,11 @@
#include "AboutDialog.h" #include "AboutDialog.h"
#include <QtGui> #include <tqtgui.h>
#include <QDesktopWidget> #include <tqdesktopwidget.h>
#include <QDate> #include <tqdate.h>
#include <QTimeLine> #include <tqtimeline.h>
#include <QSplashScreen> #include <tqsplashscreen.h>
/*! /*!
\class AboutDialogGraphicsView \class AboutDialogGraphicsView

@ -19,7 +19,7 @@
#ifndef ABOUTDIALOGGRAPHICSVIEW_H #ifndef ABOUTDIALOGGRAPHICSVIEW_H
#define ABOUTDIALOGGRAPHICSVIEW_H #define ABOUTDIALOGGRAPHICSVIEW_H
#include <QGraphicsView> #include <tqgraphicsview.h>
class AboutDialog; class AboutDialog;

@ -25,32 +25,32 @@
#include "UiGuiIniFileParser.h" #include "UiGuiIniFileParser.h"
#include "SettingsPaths.h" #include "SettingsPaths.h"
#include <QToolBox> #include <tqtoolbox.h>
#include <QVBoxLayout> #include <tqvboxlayout.h>
#include <QApplication> #include <tqapplication.h>
#include <QCheckBox> #include <tqcheckbox.h>
#include <QComboBox> #include <tqcombobox.h>
#include <QToolButton> #include <tqtoolbutton.h>
#include <QFile> #include <tqfile.h>
#include <QProcess> #include <tqprocess.h>
#include <QSettings> #include <tqsettings.h>
#include <QStringList> #include <tqstringlist.h>
#include <QLineEdit> #include <tqlineedit.h>
#include <QSpinBox> #include <tqspinbox.h>
#include <QLabel> #include <tqlabel.h>
#include <QByteArray> #include <tqbytearray.h>
#include <QDir> #include <tqdir.h>
#include <QMessageBox> #include <tqmessagebox.h>
#include <QMainWindow> #include <tqmainwindow.h>
#include <QTextStream> #include <tqtextstream.h>
#include <QTextCodec> #include <tqtextcodec.h>
#include <QtScript> #include <tqtscript.h>
#include <QDesktopServices> #include <tqdesktopservices.h>
#include <QMenu> #include <tqmenu.h>
#include <QAction> #include <tqaction.h>
#include <QContextMenuEvent> #include <tqcontextmenuevent.h>
#include <QFileDialog> #include <tqfiledialog.h>
#include <QtDebug> #include <tqtdebug.h>
#ifdef Q_OS_WIN32 #ifdef Q_OS_WIN32
#include <Windows.h> #include <Windows.h>

@ -20,7 +20,7 @@
#ifndef INDENTHANDLER_H #ifndef INDENTHANDLER_H
#define INDENTHANDLER_H #define INDENTHANDLER_H
#include <QWidget> #include <tqwidget.h>
class UiGuiErrorMessage; class UiGuiErrorMessage;
class UiGuiIniFileParser; class UiGuiIniFileParser;

@ -33,26 +33,26 @@
#include "IndentHandler.h" #include "IndentHandler.h"
#include "UpdateCheckDialog.h" #include "UpdateCheckDialog.h"
#include <QWidget> #include <tqwidget.h>
#include <QLabel> #include <tqlabel.h>
#include <QString> #include <tqstring.h>
#include <QScrollBar> #include <tqscrollbar.h>
#include <QTextCursor> #include <tqtextcursor.h>
#include <QFileDialog> #include <tqfiledialog.h>
#include <QTextStream> #include <tqtextstream.h>
#include <QTextDocument> #include <tqtextdocument.h>
#include <QPrinter> #include <tqprinter.h>
#include <QPrintDialog> #include <tqprintdialog.h>
#include <QCloseEvent> #include <tqcloseevent.h>
#include <QHelpEvent> #include <tqhelpevent.h>
#include <QToolTip> #include <tqtooltip.h>
#include <QTranslator> #include <tqtranslator.h>
#include <QLocale> #include <tqlocale.h>
#include <QTextCodec> #include <tqtextcodec.h>
#include <QDate> #include <tqdate.h>
#include <QUrl> #include <tqurl.h>
#include <QMessageBox> #include <tqmessagebox.h>
#include <QtDebug> #include <tqtdebug.h>
#include <Qsci/qsciscintilla.h> #include <Qsci/qsciscintilla.h>
#include <Qsci/qsciprinter.h> #include <Qsci/qsciprinter.h>

@ -20,7 +20,7 @@
#ifndef MAINWINDOW_H #ifndef MAINWINDOW_H
#define MAINWINDOW_H #define MAINWINDOW_H
#include <QMainWindow> #include <tqmainwindow.h>
#include "UiGuiSettings.h" #include "UiGuiSettings.h"

@ -19,12 +19,12 @@
#include "SettingsPaths.h" #include "SettingsPaths.h"
#include <QCoreApplication> #include <tqcoreapplication.h>
#include <QFile> #include <tqfile.h>
#include <QDir> #include <tqdir.h>
#include <QDirIterator> #include <tqdiriterator.h>
#include <QStack> #include <tqstack.h>
#include <QtDebug> #include <tqtdebug.h>
#include <stdlib.h> #include <stdlib.h>

@ -20,7 +20,7 @@
#include "TemplateBatchScript.h" #include "TemplateBatchScript.h"
// Need to include QObject here so that platform specific defines like Q_OS_WIN32 are set. // Need to include QObject here so that platform specific defines like Q_OS_WIN32 are set.
#include <QObject> #include <tqobject.h>
/*! /*!
\brief The only and static function of this class returns a batch or shell script \brief The only and static function of this class returns a batch or shell script

@ -19,7 +19,7 @@
#include "UiGuiErrorMessage.h" #include "UiGuiErrorMessage.h"
#include <QCheckBox> #include <tqcheckbox.h>
/*! /*!
\class UiGuiErrorMessage \class UiGuiErrorMessage

@ -20,7 +20,7 @@
#ifndef UIGUIERRORMESSAGE_H #ifndef UIGUIERRORMESSAGE_H
#define UIGUIERRORMESSAGE_H #define UIGUIERRORMESSAGE_H
#include <QErrorMessage> #include <tqerrormessage.h>
class QCheckBox; class QCheckBox;

@ -21,10 +21,10 @@
#include "SettingsPaths.h" #include "SettingsPaths.h"
#include <QSettings> #include <tqsettings.h>
#include <QMenu> #include <tqmenu.h>
#include <QScrollBar> #include <tqscrollbar.h>
#include <QCoreApplication> #include <tqcoreapplication.h>
#include <Qsci/qsciscintilla.h> #include <Qsci/qsciscintilla.h>
#include <Qsci/qscilexer.h> #include <Qsci/qscilexer.h>

@ -20,10 +20,10 @@
#ifndef UIGUIHIGHLIGHTER_H #ifndef UIGUIHIGHLIGHTER_H
#define UIGUIHIGHLIGHTER_H #define UIGUIHIGHLIGHTER_H
#include <QObject> #include <tqobject.h>
#include <QMap> #include <tqmap.h>
#include <QFont> #include <tqfont.h>
#include <QColor> #include <tqcolor.h>
class QAction; class QAction;
class QSettings; class QSettings;

@ -19,10 +19,10 @@
#include "UiGuiIndentServer.h" #include "UiGuiIndentServer.h"
#include <QTcpServer> #include <tqtcpserver.h>
#include <QTcpSocket> #include <tqtcpsocket.h>
#include <QMessageBox> #include <tqmessagebox.h>
#include <QtDebug> #include <tqtdebug.h>
//! \defgroup grp_Server All concerning the server component. //! \defgroup grp_Server All concerning the server component.

@ -20,7 +20,7 @@
#ifndef UIGUIINDENTSERVER_H #ifndef UIGUIINDENTSERVER_H
#define UIGUIINDENTSERVER_H #define UIGUIINDENTSERVER_H
#include <QObject> #include <tqobject.h>
class QTcpServer; class QTcpServer;
class QTcpSocket; class QTcpSocket;

@ -19,10 +19,10 @@
#include "UiGuiIniFileParser.h" #include "UiGuiIniFileParser.h"
#include <QFile> #include <tqfile.h>
#include <QStringList> #include <tqstringlist.h>
#include <QVariant> #include <tqvariant.h>
#include <QTextStream> #include <tqtextstream.h>
//! \defgroup grp_Settings All concerning applications settings. //! \defgroup grp_Settings All concerning applications settings.

@ -20,8 +20,8 @@
#ifndef UIGUIINIFILEPARSER_H #ifndef UIGUIINIFILEPARSER_H
#define UIGUIINIFILEPARSER_H #define UIGUIINIFILEPARSER_H
#include <QMap> #include <tqmap.h>
#include <QString> #include <tqstring.h>
#include <vector> #include <vector>

@ -21,16 +21,16 @@
#include "SettingsPaths.h" #include "SettingsPaths.h"
#include <QSettings> #include <tqsettings.h>
#include <QPoint> #include <tqpoint.h>
#include <QSize> #include <tqsize.h>
#include <QDir> #include <tqdir.h>
#include <QDate> #include <tqdate.h>
#include <QStringList> #include <tqstringlist.h>
#include <QCoreApplication> #include <tqcoreapplication.h>
#include <QMetaMethod> #include <tqmetamethod.h>
#include <QMetaProperty> #include <tqmetaproperty.h>
#include <QWidget> #include <tqwidget.h>
//! \defgroup grp_Settings All concerning the settings. //! \defgroup grp_Settings All concerning the settings.
@ -549,24 +549,24 @@ void UiGuiSettings::setValueByName(const QString &settingName, const QVariant &v
} }
#include <QBitArray> #include <tqbitarray.h>
#include <QBitmap> #include <tqbitmap.h>
#include <QBrush> #include <tqbrush.h>
#include <QCursor> #include <tqcursor.h>
#include <QDateTime> #include <tqdatetime.h>
#include <QFont> #include <tqfont.h>
#include <QIcon> #include <tqicon.h>
#include <QKeySequence> #include <tqkeysequence.h>
#include <QLocale> #include <tqlocale.h>
#include <QPalette> #include <tqpalette.h>
#include <QPen> #include <tqpen.h>
#include <QSizePolicy> #include <tqsizepolicy.h>
#include <QTextFormat> #include <tqtextformat.h>
#include <QTextLength> #include <tqtextlength.h>
#include <QUrl> #include <tqurl.h>
#if QT_VERSION >= 0x040600 #if QT_VERSION >= 0x040600
#include <QMatrix4x4> #include <tqmatrix4x4.h>
#include <QVector2D> #include <tqvector2d.h>
#endif #endif
bool UiGuiSettings::invokeMethodWithValue( QObject *obj, QMetaMethod mMethod, QVariant value ) bool UiGuiSettings::invokeMethodWithValue( QObject *obj, QMetaMethod mMethod, QVariant value )

@ -20,10 +20,10 @@
#ifndef UIGUISETTINGS_H #ifndef UIGUISETTINGS_H
#define UIGUISETTINGS_H #define UIGUISETTINGS_H
#include <QObject> #include <tqobject.h>
#include <QStringList> #include <tqstringlist.h>
#include <QMultiMap> #include <tqmultimap.h>
#include <QSharedPointer> #include <tqsharedpointer.h>
class QSettings; class QSettings;

@ -20,7 +20,7 @@
#ifndef UIGUISETTINGSDIALOG_H #ifndef UIGUISETTINGSDIALOG_H
#define UIGUISETTINGSDIALOG_H #define UIGUISETTINGSDIALOG_H
#include <QDialog> #include <tqdialog.h>
#include "UiGuiSettings.h" #include "UiGuiSettings.h"

@ -19,10 +19,10 @@
#include "UiGuiSystemInfo.h" #include "UiGuiSystemInfo.h"
#include <QString> #include <tqstring.h>
#include <QSysInfo> #include <tqsysinfo.h>
#include <QProcess> #include <tqprocess.h>
#include <QFile> #include <tqfile.h>
UiGuiSystemInfo::UiGuiSystemInfo() { UiGuiSystemInfo::UiGuiSystemInfo() {
} }

@ -19,9 +19,9 @@
#include "UiGuiVersion.h" #include "UiGuiVersion.h"
#include <QString> #include <tqstring.h>
#include <QStringList> #include <tqstringlist.h>
#include <QDate> #include <tqdate.h>
namespace UiGuiVersion { namespace UiGuiVersion {
/*! /*!

@ -23,16 +23,16 @@
#include "UiGuiSettings.h" #include "UiGuiSettings.h"
#include "UiGuiVersion.h" #include "UiGuiVersion.h"
#include <QMessageBox> #include <tqmessagebox.h>
#include <QDesktopServices> #include <tqdesktopservices.h>
#include <QNetworkAccessManager> #include <tqnetworkaccessmanager.h>
#include <QTimer> #include <tqtimer.h>
#include <QDate> #include <tqdate.h>
#include <QUrl> #include <tqurl.h>
#include <QRegExpValidator> #include <tqregexpvalidator.h>
#include <QNetworkRequest> #include <tqnetworkrequest.h>
#include <QNetworkReply> #include <tqnetworkreply.h>
#include <QNetworkProxy> #include <tqnetworkproxy.h>
/*! /*!
\class UpdateCheckDialog \class UpdateCheckDialog

@ -20,8 +20,8 @@
#ifndef UPDATECHECKDIALOG_H #ifndef UPDATECHECKDIALOG_H
#define UPDATECHECKDIALOG_H #define UPDATECHECKDIALOG_H
#include <QDialog> #include <tqdialog.h>
#include <QDialogButtonBox> #include <tqdialogbuttonbox.h>
class UiGuiSettings; class UiGuiSettings;
namespace Ui { namespace Ui {

@ -22,13 +22,13 @@
#include "SettingsPaths.h" #include "SettingsPaths.h"
#include <QDateTime> #include <tqdatetime.h>
#include <QFile> #include <tqfile.h>
#include <QFileInfo> #include <tqfileinfo.h>
#include <QUrl> #include <tqurl.h>
#include <QTextStream> #include <tqtextstream.h>
#include <QDesktopServices> #include <tqdesktopservices.h>
#include <QMessageBox> #include <tqmessagebox.h>
#include <ctime> #include <ctime>

@ -20,8 +20,8 @@
#ifndef TSLogger_H #ifndef TSLogger_H
#define TSLogger_H #define TSLogger_H
#include <QDialog> #include <tqdialog.h>
#include <QFile> #include <tqfile.h>
namespace Ui { namespace Ui {
class TSLoggerDialog; class TSLoggerDialog;

@ -28,9 +28,9 @@
#include "IndentHandler.h" #include "IndentHandler.h"
#include "SettingsPaths.h" #include "SettingsPaths.h"
#include <QApplication> #include <tqapplication.h>
#include <QTextCodec> #include <tqtextcodec.h>
#include <QDebug> #include <tqdebug.h>
#include <string> #include <string>
#include <iostream> #include <iostream>

Loading…
Cancel
Save