diff options
Diffstat (limited to 'libemailfunctions/tests/testidmapper.cpp')
-rw-r--r-- | libemailfunctions/tests/testidmapper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libemailfunctions/tests/testidmapper.cpp b/libemailfunctions/tests/testidmapper.cpp index 245895ec9..591ebce03 100644 --- a/libemailfunctions/tests/testidmapper.cpp +++ b/libemailfunctions/tests/testidmapper.cpp @@ -19,13 +19,13 @@ Boston, MA 02110-1301, USA. */ -#include <qapplication.h> +#include <tqapplication.h> #include "idmapper.h" int main( int argc, char **argv ) { - QApplication app( argc, argv ); + TQApplication app( argc, argv ); KPIM::IdMapper mapper( "test.uidmap" ) ; |