summaryrefslogtreecommitdiffstats
path: root/lib/store/KoStoreDrag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/store/KoStoreDrag.cpp')
-rw-r--r--lib/store/KoStoreDrag.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/store/KoStoreDrag.cpp b/lib/store/KoStoreDrag.cpp
index ea951f53..21672e14 100644
--- a/lib/store/KoStoreDrag.cpp
+++ b/lib/store/KoStoreDrag.cpp
@@ -19,17 +19,17 @@
#include "KoStoreDrag.h"
-QCString KoStoreDrag::mimeType( const char* nativeMimeType )
+TQCString KoStoreDrag::mimeType( const char* nativeMimeType )
{
- return QCString(nativeMimeType); // + "-selection"; removed for OASIS
+ return TQCString(nativeMimeType); // + "-selection"; removed for OASIS
}
-KoStoreDrag::KoStoreDrag( const char* nativeMimeType, QWidget *dragSource, const char *name )
- : QStoredDrag( mimeType(nativeMimeType), dragSource, name )
+KoStoreDrag::KoStoreDrag( const char* nativeMimeType, TQWidget *dragSource, const char *name )
+ : TQStoredDrag( mimeType(nativeMimeType), dragSource, name )
{
}
-bool KoStoreDrag::canDecode( const char* nativeMimeType, QMimeSource* e )
+bool KoStoreDrag::canDecode( const char* nativeMimeType, TQMimeSource* e )
{
return e->provides( mimeType(nativeMimeType) );
}