From 5fc6f26e12b596addd235f87320c31761bd5a84d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:22:15 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- libtdepim/komposer/core/prefsmodule.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtdepim/komposer/core/prefsmodule.h') diff --git a/libtdepim/komposer/core/prefsmodule.h b/libtdepim/komposer/core/prefsmodule.h index 9e60098ee..a7733019c 100644 --- a/libtdepim/komposer/core/prefsmodule.h +++ b/libtdepim/komposer/core/prefsmodule.h @@ -27,7 +27,7 @@ class TQGroupBox; class TQListViewItem; -class KAboutData; +class TDEAboutData; class KComboBox; namespace Komposer { @@ -38,7 +38,7 @@ namespace Komposer { public: PrefsModule( TQWidget *parent=0, const char *name=0 ); - virtual const KAboutData *aboutData() const; + virtual const TDEAboutData *aboutData() const; }; class EditorSelection : public KPrefsWid -- cgit v1.2.1