diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-12 22:14:59 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-12 22:14:59 +0000 |
commit | 5bb7407bbcc5bb5e08b5850a49102986b230fe14 (patch) | |
tree | dda5fe81464d82aa577b57121e94734e6bcde5a2 /admin | |
parent | 288a9224e58837c9a976c714a693ab61d9e14c00 (diff) | |
download | other-5bb7407bbcc5bb5e08b5850a49102986b230fe14.tar.gz other-5bb7407bbcc5bb5e08b5850a49102986b230fe14.zip |
Fix TQt detection
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1214089 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'admin')
-rw-r--r-- | admin/acinclude.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/acinclude.m4.in b/admin/acinclude.m4.in index 443ca62..f73c8bb 100644 --- a/admin/acinclude.m4.in +++ b/admin/acinclude.m4.in @@ -2781,7 +2781,7 @@ if test "$kde_qtver" -gt "2"; then AC_TRY_LINK( [#include <tqtimer.h>], [ - QTimer *test_timer(0); + TQTimer *test_timer(0); test_timer->start(1000);], eval "kde_cv_tqt=no", eval "kde_cv_tqt=yes") |