summaryrefslogtreecommitdiffstats
path: root/libemailfunctions/tests/testidmapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libemailfunctions/tests/testidmapper.cpp')
-rw-r--r--libemailfunctions/tests/testidmapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libemailfunctions/tests/testidmapper.cpp b/libemailfunctions/tests/testidmapper.cpp
index 245895ec..591ebce0 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" ) ;