diff options
Diffstat (limited to 'qtinterface/tqurloperator.h')
-rw-r--r-- | qtinterface/tqurloperator.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/qtinterface/tqurloperator.h b/qtinterface/tqurloperator.h index 9f0d5b2..38b08ab 100644 --- a/qtinterface/tqurloperator.h +++ b/qtinterface/tqurloperator.h @@ -29,18 +29,16 @@ Boston, MA 02110-1301, USA. // Reimplement the QUrlOperator class // For Qt3, no changes are needed -#include <q3urloperator.h> - -#define QUrlOperator Q3UrlOperator +#include <qurloperator.h> #endif // USE_QT3 #ifdef USE_QT4 // Reimplement the QUrlOperator class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qurloperator.h> +#include <Qt/q3urloperator.h> #endif // USE_QT4 |