diff options
author | Michele Calgaro <[email protected]> | 2023-08-25 10:22:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-08-25 10:22:42 +0900 |
commit | c19b14663d5ec4766ebd44c5daa8f1275077b0dd (patch) | |
tree | 4adbcee550e8ca1267eb9664df39a47fcacdf949 /src/k3bdebuggingoutputfile.h | |
parent | eac5a923bfe691153309b671a4aa0c8a31d9a776 (diff) | |
download | k3b-c19b14663d5ec4766ebd44c5daa8f1275077b0dd.tar.gz k3b-c19b14663d5ec4766ebd44c5daa8f1275077b0dd.zip |
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/k3bdebuggingoutputfile.h')
-rw-r--r-- | src/k3bdebuggingoutputfile.h | 12 |
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 |