diff options
Diffstat (limited to 'tdecore/tdemultipledrag.h')
-rw-r--r-- | tdecore/tdemultipledrag.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdemultipledrag.h b/tdecore/tdemultipledrag.h index 4b9a05e80..bfc408019 100644 --- a/tdecore/tdemultipledrag.h +++ b/tdecore/tdemultipledrag.h @@ -20,7 +20,7 @@ #ifndef TDEMULTIPLEDRAG_H #define TDEMULTIPLEDRAG_H -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP #include <tqdragobject.h> #include <tqvaluelist.h> @@ -100,6 +100,6 @@ private: KMultipleDragPrivate* d; }; -#endif // QT_NO_DRAGANDDROP +#endif // TQT_NO_DRAGANDDROP #endif // TDEMULTIPLEDRAG_H |