diff options
Diffstat (limited to 'src/qt_qt_wrapper.h')
-rw-r--r-- | src/qt_qt_wrapper.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/qt_qt_wrapper.h b/src/qt_qt_wrapper.h index d07ff9d..743f463 100644 --- a/src/qt_qt_wrapper.h +++ b/src/qt_qt_wrapper.h @@ -1,5 +1,5 @@ -#ifndef QTENGINE_QT_WRAPPER_H -#define QTENGINE_QT_WRAPPER_H +#ifndef TQTENGINE_TQT_WRAPPER_H +#define TQTENGINE_TQT_WRAPPER_H #include <gtk/gtknotebook.h> @@ -10,20 +10,20 @@ #ifdef __cplusplus extern "C" { -void mapColour(GdkColor* g, QColor q); -void addIconThemeDir(const QString& theme); -QString doIconMapping(const QString& stockName, const QString& path, int sizes = 7); +void mapColour(GdkColor* g, TQColor q); +void addIconThemeDir(const TQString& theme); +TQString doIconMapping(const TQString& stockName, const TQString& path, int sizes = 7); void initKdeSettings(); -QString kdeConfigValue(const QString& section, const QString& name, const QString& def); -QString kdeFindDir(const QString& suffix, const QString& file1, const QString& file2); +TQString kdeConfigValue(const TQString& section, const TQString& name, const TQString& def); +TQString kdeFindDir(const TQString& suffix, const TQString& file1, const TQString& file2); GdkFilterReturn gdkEventFilter(GdkXEvent *xevent, GdkEvent *event, gpointer data); #endif -void createQApp(); -void destroyQApp(); +void createTQApp(); +void destroyTQApp(); void setColors(GtkStyle* style); void setRcProperties(GtkRcStyle* rc_style, int forceRecreate); void drawButton(GdkWindow * window, GtkStyle * style, GtkStateType state, int defaultButton, int x, int y, int w, int h); @@ -70,7 +70,7 @@ extern int isAlloy; extern int isDomino; extern int isPolyester; extern int openOfficeFix; -extern int gtkQtDebug; +extern int gtkTQtDebug; #ifdef __cplusplus } |