summaryrefslogtreecommitdiffstats
path: root/src/kernel/qapplication_x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qapplication_x11.cpp')
-rw-r--r--src/kernel/qapplication_x11.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp
index 125f1fa21..56ba9aefa 100644
--- a/src/kernel/qapplication_x11.cpp
+++ b/src/kernel/qapplication_x11.cpp
@@ -65,11 +65,11 @@
#include "qapplication_p.h"
#include "qcolor_p.h"
#include "ntqcursor.h"
-#include "ntqwidget.h"
-#include "qwidget_p.h"
+#include "tqwidget.h"
+#include "tqwidget_p.h"
#include "tqobjectlist.h"
-#include "ntqwidgetlist.h"
-#include "ntqwidgetintdict.h"
+#include "tqwidgetlist.h"
+#include "tqwidgetintdict.h"
#include "ntqbitarray.h"
#include "ntqpainter.h"
#include "ntqpixmapcache.h"
@@ -5952,7 +5952,7 @@ static Bool qt_net_wm_sync_request_scanner(Display*, XEvent* event, XPointer arg
bool TQETWidget::translateConfigEvent( const XEvent *event )
{
- // config pending is only set on resize, see qwidget_x11.cpp, internalSetGeometry()
+ // config pending is only set on resize, see tqwidget_x11.cpp, internalSetGeometry()
bool was_resize = testWState( WState_ConfigPending );
clearWState(WState_ConfigPending);