diff options
Diffstat (limited to 'krita/ui/kis_config.h')
-rw-r--r-- | krita/ui/kis_config.h | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/krita/ui/kis_config.h b/krita/ui/kis_config.h index 66824007..4fe971df 100644 --- a/krita/ui/kis_config.h +++ b/krita/ui/kis_config.h @@ -32,14 +32,14 @@ public: bool undoEnabled() const; void setUndoEnabled(bool undo); - Q_INT32 defUndoLimit() const; - void defUndoLimit(Q_INT32 limit); + TQ_INT32 defUndoLimit() const; + void defUndoLimit(TQ_INT32 limit); - Q_INT32 defImgWidth() const; - void defImgWidth(Q_INT32 width); + TQ_INT32 defImgWidth() const; + void defImgWidth(TQ_INT32 width); - Q_INT32 defImgHeight() const; - void defImgHeight(Q_INT32 height); + TQ_INT32 defImgHeight() const; + void defImgHeight(TQ_INT32 height); double defImgResolution() const; void defImgResolution(double res); @@ -48,20 +48,20 @@ public: enumCursorStyle getDefaultCursorStyle() const; void setCursorStyle(enumCursorStyle style); - QString monitorProfile() const; - void setMonitorProfile(QString monitorProfile); + TQString monitorProfile() const; + void setMonitorProfile(TQString monitorProfile); - QString workingColorSpace() const; - void setWorkingColorSpace(QString workingColorSpace); + TQString workingColorSpace() const; + void setWorkingColorSpace(TQString workingColorSpace); - QString importProfile() const; - void setImportProfile(QString importProfile); + TQString importProfile() const; + void setImportProfile(TQString importProfile); - QString printerColorSpace() const; - void setPrinterColorSpace(QString printerColorSpace); + TQString printerColorSpace() const; + void setPrinterColorSpace(TQString printerColorSpace); - QString printerProfile() const; - void setPrinterProfile(QString printerProfile); + TQString printerProfile() const; + void setPrinterProfile(TQString printerProfile); bool useBlackPointCompensation() const; void setUseBlackPointCompensation(bool useBlackPointCompensation); @@ -69,11 +69,11 @@ public: bool showRulers() const; void setShowRulers(bool rulers); - Q_INT32 pasteBehaviour() const; - void setPasteBehaviour(Q_INT32 behaviour); + TQ_INT32 pasteBehaviour() const; + void setPasteBehaviour(TQ_INT32 behaviour); - Q_INT32 renderIntent() const; - void setRenderIntent(Q_INT32 renderIntent); + TQ_INT32 renderIntent() const; + void setRenderIntent(TQ_INT32 renderIntent); bool useOpenGL() const; void setUseOpenGL(bool useOpenGL); @@ -81,55 +81,55 @@ public: bool useOpenGLShaders() const; void setUseOpenGLShaders(bool useOpenGLShaders); - Q_INT32 maxNumberOfThreads(); - void setMaxNumberOfThreads(Q_INT32 numberOfThreads); + TQ_INT32 maxNumberOfThreads(); + void setMaxNumberOfThreads(TQ_INT32 numberOfThreads); /// Maximum tiles in memory (this is a guideline, not absolute) - Q_INT32 maxTilesInMem() const; - void setMaxTilesInMem(Q_INT32 tiles); + TQ_INT32 maxTilesInMem() const; + void setMaxTilesInMem(TQ_INT32 tiles); /// Number of tiles that will be swapped at once. The higher, the more swapped, but more /// chance that it will become slow - Q_INT32 swappiness() const; - void setSwappiness(Q_INT32 swappiness); + TQ_INT32 swappiness() const; + void setSwappiness(TQ_INT32 swappiness); - Q_INT32 getPressureCorrection(); - void setPressureCorrection( Q_INT32 correction); - Q_INT32 getDefaultPressureCorrection(); + TQ_INT32 getPressureCorrection(); + void setPressureCorrection( TQ_INT32 correction); + TQ_INT32 getDefaultPressureCorrection(); - bool tabletDeviceEnabled(const QString& tabletDeviceName) const; - void setTabletDeviceEnabled(const QString& tabletDeviceName, bool enabled); + bool tabletDeviceEnabled(const TQString& tabletDeviceName) const; + void setTabletDeviceEnabled(const TQString& tabletDeviceName, bool enabled); - Q_INT32 tabletDeviceAxis(const QString& tabletDeviceName, const QString& axisName, Q_INT32 defaultAxis) const; - void setTabletDeviceAxis(const QString& tabletDeviceName, const QString& axisName, Q_INT32 axis) const; + TQ_INT32 tabletDeviceAxis(const TQString& tabletDeviceName, const TQString& axisName, TQ_INT32 defaultAxis) const; + void setTabletDeviceAxis(const TQString& tabletDeviceName, const TQString& axisName, TQ_INT32 axis) const; - Q_INT32 dockability(); - Q_INT32 getDefaultDockability(); - void setDockability( Q_INT32 dockability); + TQ_INT32 dockability(); + TQ_INT32 getDefaultDockability(); + void setDockability( TQ_INT32 dockability); float dockerFontSize(); float getDefaultDockerFontSize(); void setDockerFontSize(float); - Q_UINT32 getGridMainStyle(); - void setGridMainStyle(Q_UINT32 v); - Q_UINT32 getGridSubdivisionStyle(); - void setGridSubdivisionStyle(Q_UINT32 v); - QColor getGridMainColor(); - void setGridMainColor(QColor v); - QColor getGridSubdivisionColor(); - void setGridSubdivisionColor(QColor v); - Q_UINT32 getGridHSpacing(); - void setGridHSpacing(Q_UINT32 v); - Q_UINT32 getGridVSpacing(); - void setGridVSpacing(Q_UINT32 v); - Q_UINT32 getGridSubdivisions(); - void setGridSubdivisions(Q_UINT32 v); - Q_UINT32 getGridOffsetX(); - void setGridOffsetX(Q_UINT32 v); - Q_UINT32 getGridOffsetY(); - void setGridOffsetY(Q_UINT32 v); + TQ_UINT32 getGridMainStyle(); + void setGridMainStyle(TQ_UINT32 v); + TQ_UINT32 getGridSubdivisionStyle(); + void setGridSubdivisionStyle(TQ_UINT32 v); + TQColor getGridMainColor(); + void setGridMainColor(TQColor v); + TQColor getGridSubdivisionColor(); + void setGridSubdivisionColor(TQColor v); + TQ_UINT32 getGridHSpacing(); + void setGridHSpacing(TQ_UINT32 v); + TQ_UINT32 getGridVSpacing(); + void setGridVSpacing(TQ_UINT32 v); + TQ_UINT32 getGridSubdivisions(); + void setGridSubdivisions(TQ_UINT32 v); + TQ_UINT32 getGridOffsetX(); + void setGridOffsetX(TQ_UINT32 v); + TQ_UINT32 getGridOffsetY(); + void setGridOffsetY(TQ_UINT32 v); private: |