summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqdragobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/tqdragobject.cpp')
-rw-r--r--src/kernel/tqdragobject.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/tqdragobject.cpp b/src/kernel/tqdragobject.cpp
index 68678e7d6..3c8921a59 100644
--- a/src/kernel/tqdragobject.cpp
+++ b/src/kernel/tqdragobject.cpp
@@ -50,10 +50,10 @@
#include "ntqapplication.h"
#include "ntqpoint.h"
#include "tqwidget.h"
-#include "ntqbuffer.h"
+#include "tqbuffer.h"
#include "ntqgif.h"
#include "tqregexp.h"
-#include "ntqdir.h"
+#include "tqdir.h"
#include <ctype.h>
// both a struct for storing stuff in and a wrapper to avoid polluting
@@ -578,7 +578,7 @@ TQWidget * TQDragObject::source()
TQDragObject is the base class for all data that needs to be
transferred between and within applications, both for drag and
- drop and for the \link ntqclipboard.html clipboard\endlink.
+ drop and for the \link tqclipboard.html clipboard\endlink.
See the \link dnd.html Drag-and-drop documentation\endlink for an
overview of how to provide drag and drop in your application.