summaryrefslogtreecommitdiffstats
path: root/kdeui/qxembed.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:13 -0600
commit0ae5679aa160245af248836e1d7743aeff63f2e1 (patch)
tree64608dccc9bfd57800995a414f6287b7605ca637 /kdeui/qxembed.cpp
parentd3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff)
downloadtdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz
tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip
Additional kde to tde renaming
Diffstat (limited to 'kdeui/qxembed.cpp')
-rw-r--r--kdeui/qxembed.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/qxembed.cpp b/kdeui/qxembed.cpp
index 6288fea57..03d9ca1d2 100644
--- a/kdeui/qxembed.cpp
+++ b/kdeui/qxembed.cpp
@@ -447,7 +447,7 @@ static int qxembed_x11_event_filter( XEvent* e)
extra->embedded = 1;
#ifdef USE_QT4
// [FIXME]
- printf("[FIXME] WId not set in kdelibs/kdeui/qxembed.cpp\n\r");
+ printf("[FIXME] WId not set in kdelibs/tdeui/qxembed.cpp\n\r");
#else // USE_QT4
extra->parentWinId = e->xclient.data.l[3];
#endif // USE_QT4
@@ -1320,7 +1320,7 @@ void QXEmbed::embedClientIntoWindow(TQWidget* client, WId window)
((QXEmbed*)client)->topData()->embedded = true;
#ifdef USE_QT4
// [FIXME]
- printf("[FIXME] WId not set in kdelibs/kdeui/qxembed.cpp\n\r");
+ printf("[FIXME] WId not set in kdelibs/tdeui/qxembed.cpp\n\r");
#else // USE_QT4
((QXEmbed*)client)->topData()->parentWinId = window;
#endif // USE_QT4