summaryrefslogtreecommitdiffstats
path: root/src/k3bdebuggingoutputfile.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-25 10:22:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-29 10:48:18 +0900
commit04086637d9bcdd8b39d1ae2c4025a92d248e7755 (patch)
tree4adbcee550e8ca1267eb9664df39a47fcacdf949 /src/k3bdebuggingoutputfile.h
parenteb0f6cbe601863f888b78f7c518bf5dd0e36c0d8 (diff)
downloadk3b-04086637.tar.gz
k3b-04086637.zip
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c19b14663d5ec4766ebd44c5daa8f1275077b0dd)
Diffstat (limited to 'src/k3bdebuggingoutputfile.h')
-rw-r--r--src/k3bdebuggingoutputfile.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/k3bdebuggingoutputfile.h b/src/k3bdebuggingoutputfile.h
index 760f097..ff072c2 100644
--- a/src/k3bdebuggingoutputfile.h
+++ b/src/k3bdebuggingoutputfile.h
@@ -19,19 +19,7 @@
#include <tqfile.h>
#include <tqobject.h>
-#ifdef Q_MOC_RUN
-#define USE_QT4
-#endif // Q_MOC_RUN
-
-// MOC_SKIP_BEGIN
-#ifdef USE_QT4
-class K3bDebuggingOutputFile : public TQFile
-#else // USE_QT4
-// MOC_SKIP_END
class K3bDebuggingOutputFile : public TQObject, public TQFile
-// MOC_SKIP_BEGIN
-#endif // USE_QT4
-// MOC_SKIP_END
{
TQ_OBJECT