summaryrefslogtreecommitdiffstats
path: root/tdegtk/tdegtk-draw.cpp
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-07-14 15:21:56 +0200
committerSlávek Banko <[email protected]>2022-07-15 10:14:57 +0200
commitfe56f701d772b2ffb9369bc5fcffd14a1826d770 (patch)
treed2cc6e4571e2b814639086ec9942b12ac0da0c28 /tdegtk/tdegtk-draw.cpp
parent83f3d0a1115dfecaaab4cd784a436f53de22aeec (diff)
downloadgtk3-tqt-engine-fe56f701d772b2ffb9369bc5fcffd14a1826d770.tar.gz
gtk3-tqt-engine-fe56f701d772b2ffb9369bc5fcffd14a1826d770.zip
Conversion to the cmake building system.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'tdegtk/tdegtk-draw.cpp')
-rw-r--r--tdegtk/tdegtk-draw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdegtk/tdegtk-draw.cpp b/tdegtk/tdegtk-draw.cpp
index 33cd63b..61548e1 100644
--- a/tdegtk/tdegtk-draw.cpp
+++ b/tdegtk/tdegtk-draw.cpp
@@ -1727,7 +1727,7 @@ tdegtk_draw_common_frame (DRAW_ARGS)
state = gtk_theming_engine_get_state(engine);
widget = m_widgetLookup.find(cr, path);
- TQString widgetPath(Gtk::gtk_widget_path(widget));
+ TQString widgetPath(Gtk::gtk_widget_path(widget).c_str());
if (gtk_theming_engine_has_class(engine, GTK_STYLE_CLASS_SCROLLBAR)) {
#ifdef DRAW_SCROLLBAR_PIECES_INSTEAD_OF_ENTIRE_BAR