diff options
Diffstat (limited to 'libkpimidentities')
-rw-r--r-- | libkpimidentities/identity.h | 2 | ||||
-rw-r--r-- | libkpimidentities/identitycombo.h | 2 | ||||
-rw-r--r-- | libkpimidentities/identitymanager.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libkpimidentities/identity.h b/libkpimidentities/identity.h index 0493a3864..236a2dc68 100644 --- a/libkpimidentities/identity.h +++ b/libkpimidentities/identity.h @@ -22,7 +22,7 @@ namespace KPIM { } class KConfigBase; class IdentityList; -class QDataStream; +class TQDataStream; namespace KPIM { diff --git a/libkpimidentities/identitycombo.h b/libkpimidentities/identitycombo.h index ab7382f5a..0d1985211 100644 --- a/libkpimidentities/identitycombo.h +++ b/libkpimidentities/identitycombo.h @@ -36,7 +36,7 @@ #include <tqvaluelist.h> #include <kdepimmacros.h> -class QString; +class TQString; namespace KPIM { diff --git a/libkpimidentities/identitymanager.h b/libkpimidentities/identitymanager.h index 59b2d1c74..dfb8e8ab5 100644 --- a/libkpimidentities/identitymanager.h +++ b/libkpimidentities/identitymanager.h @@ -40,7 +40,7 @@ class KConfigBase; class KConfig; class KMKernel; -class QStringList; +class TQStringList; class KMIdentity; namespace KPIM { |