summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tdegtk/tdegtk-theme.cpp10
-rw-r--r--tdegtk/tdegtk-utils.h2
-rw-r--r--tdegtk/tqtcairopainter.cpp4
3 files changed, 7 insertions, 9 deletions
diff --git a/tdegtk/tdegtk-theme.cpp b/tdegtk/tdegtk-theme.cpp
index 60df928..acdd499 100644
--- a/tdegtk/tdegtk-theme.cpp
+++ b/tdegtk/tdegtk-theme.cpp
@@ -55,17 +55,17 @@ extern "C" {
#include "tdegtk-engine.h"
- KDE_EXPORT void theme_init(GTypeModule *module);
+ TDE_EXPORT void theme_init(GTypeModule *module);
- KDE_EXPORT void theme_exit(void);
+ TDE_EXPORT void theme_exit(void);
- KDE_EXPORT GtkThemingEngine* create_engine(void);
+ TDE_EXPORT GtkThemingEngine* create_engine(void);
- KDE_EXPORT void theme_init(GTypeModule *module) {
+ TDE_EXPORT void theme_init(GTypeModule *module) {
tdegtk_engine_register_types(module);
}
- KDE_EXPORT void theme_exit(void) {
+ TDE_EXPORT void theme_exit(void) {
//
}
}
diff --git a/tdegtk/tdegtk-utils.h b/tdegtk/tdegtk-utils.h
index 66be2c9..7841310 100644
--- a/tdegtk/tdegtk-utils.h
+++ b/tdegtk/tdegtk-utils.h
@@ -210,7 +210,7 @@
//! returns true if given path has given type
bool gtk_widget_path_has_type( const GtkWidgetPath*, GType );
- //! returns true if widget is a groupbox (a la Qt)
+ //! returns true if widget is a groupbox (a la TQt)
inline bool gtk_widget_is_groupbox( GtkWidget* widget )
{
return
diff --git a/tdegtk/tqtcairopainter.cpp b/tdegtk/tqtcairopainter.cpp
index 0a68d18..f680e9c 100644
--- a/tdegtk/tqtcairopainter.cpp
+++ b/tdegtk/tqtcairopainter.cpp
@@ -36,8 +36,6 @@
#include <kpixmapio.h>
#endif // USE_TDE_SPECIFIC_LIBRARIES
-#undef Qt
-
#define CAIRO_PEN_PIXEL_OFFSET (0.5)
#define CAIRO_BRUSH_PIXEL_OFFSET (0.0)
#define CAIRO_FONT_SIZE_FUDGE_FACTOR (1.4)
@@ -1198,7 +1196,7 @@ void TQt3CairoPaintDevice::setCairoTransformations(cairo_t* cr, bool forceDisabl
/*!
\class TQt3CairoPaintDevice tdeqt4painter.h
\brief The TQt3CairoPaintDevice class is a paint device that translates
- Qt paint events to a TQt painter.
+ TQt paint events to a TQt painter.
\ingroup graphics
\ingroup shared