From 6082256ac592910b0fb2229a095eaa4d85254df2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:27:52 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1158450 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h | 2 +- kbabel/kbabeldict/modules/pocompendium/pocompendium.h | 2 +- kbabel/kbabeldict/modules/tmx/tmxcompendium.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kbabel/kbabeldict/modules') diff --git a/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h b/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h index e0f4fe5d..7ada1d52 100644 --- a/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h +++ b/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h @@ -38,7 +38,7 @@ #include #include -class QTimer; +class TQTimer; namespace KBabel { diff --git a/kbabel/kbabeldict/modules/pocompendium/pocompendium.h b/kbabel/kbabeldict/modules/pocompendium/pocompendium.h index d96774e9..50ef9428 100644 --- a/kbabel/kbabeldict/modules/pocompendium/pocompendium.h +++ b/kbabel/kbabeldict/modules/pocompendium/pocompendium.h @@ -46,7 +46,7 @@ class CompendiumPreferencesWidget; class KConfigBase; -class QTimer; +class TQTimer; class PoCompendium : public SearchEngine { diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendium.h b/kbabel/kbabeldict/modules/tmx/tmxcompendium.h index 21270799..d09e81c9 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendium.h +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendium.h @@ -45,7 +45,7 @@ class TmxCompendiumPreferencesWidget; class KConfigBase; -class QTimer; +class TQTimer; class TmxCompendium : public SearchEngine { -- cgit v1.2.1