diff options
Diffstat (limited to 'konq-plugins/microformat/konqmficon.h')
-rw-r--r-- | konq-plugins/microformat/konqmficon.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/konq-plugins/microformat/konqmficon.h b/konq-plugins/microformat/konqmficon.h index 5a9e02c..8213f8f 100644 --- a/konq-plugins/microformat/konqmficon.h +++ b/konq-plugins/microformat/konqmficon.h @@ -17,12 +17,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ -#ifndef KONQFEEDICON_H -#define KONQFEEDICON_H +#ifndef KONTQFEEDICON_H +#define KONTQFEEDICON_H #include <khtml_part.h> #include <kparts/plugin.h> @@ -41,8 +41,9 @@ namespace KParts { class KonqMFIcon : public KParts::Plugin, PluginBase { Q_OBJECT + TQ_OBJECT public: - KonqMFIcon(TQObject *parent, const char *name, const TQStringList &); + KonqMFIcon(TQObject *tqparent, const char *name, const TQStringList &); ~KonqMFIcon(); @@ -56,7 +57,7 @@ class KonqMFIcon : public KParts::Plugin, PluginBase { KURLLabel *m_mfIcon; KParts::StatusBarExtension *m_statusBarEx; TQGuardedPtr<KPopupMenu> m_menu; - TQValueList<QPair<TQString, TQString> > _events, _cards; + TQValueList<TQPair<TQString, TQString> > _events, _cards; private slots: void waitPartToLoad(); |