summaryrefslogtreecommitdiffstats
path: root/xparts/src
diff options
context:
space:
mode:
Diffstat (limited to 'xparts/src')
-rw-r--r--xparts/src/gtk/gtkpart.c2
-rw-r--r--xparts/src/interfaces/xpart.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/xparts/src/gtk/gtkpart.c b/xparts/src/gtk/gtkpart.c
index 2a214123..b47a191a 100644
--- a/xparts/src/gtk/gtkpart.c
+++ b/xparts/src/gtk/gtkpart.c
@@ -136,7 +136,7 @@ gboolean gtk_xpart_dcop_process( DcopObject *obj, const char *fun, dcop_data *da
if ( strcmp( fun, "windowId()" ) == 0 )
{
- *reply_type = strdup( "Q_UINT32" );
+ *reply_type = strdup( "TQ_UINT32" );
*reply_data = dcop_data_ref( dcop_data_new() );
fprintf( stderr, "returning window id %ld\n", GDK_WINDOW_XWINDOW( d->widget->window ) );
diff --git a/xparts/src/interfaces/xpart.h b/xparts/src/interfaces/xpart.h
index 1d323a5d..5c44cbbd 100644
--- a/xparts/src/interfaces/xpart.h
+++ b/xparts/src/interfaces/xpart.h
@@ -11,7 +11,7 @@ class XPart : public DCOPObject
k_dcop:
/** The XPartManager uses the windowId() to embed the part. */
- virtual Q_UINT32 windowId() = 0;
+ virtual TQ_UINT32 windowId() = 0;
/** Called when the part should display itself */
virtual void show() = 0;