From 29d4a9cebb53f0220f7cf63f95ca8cbfd0f28793 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Mar 2012 21:19:16 -0600 Subject: Rename additional members for tqt3 --- akregator/src/pageviewer.cpp | 2 +- akregator/src/tagaction.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'akregator/src') diff --git a/akregator/src/pageviewer.cpp b/akregator/src/pageviewer.cpp index 2adb03c7..d7238d90 100644 --- a/akregator/src/pageviewer.cpp +++ b/akregator/src/pageviewer.cpp @@ -395,7 +395,7 @@ void PageViewer::slotPaletteOrFontChanged() return; TQUObject o[1]; - obj->qt_invoke(id, o); + obj->tqt_invoke(id, o); // this hack is necessary since the part looks for []HTML Settings] in // KGlobal::config() by default, which is wrong when running in Kontact diff --git a/akregator/src/tagaction.cpp b/akregator/src/tagaction.cpp index ec05f57b..3fe5c2fb 100644 --- a/akregator/src/tagaction.cpp +++ b/akregator/src/tagaction.cpp @@ -69,7 +69,7 @@ void TagAction::unplug(TQWidget* widget) { KToggleAction::unplug(widget); - TQPopupMenu* popup = ::qt_cast(widget); + TQPopupMenu* popup = ::tqt_cast(widget); if (popup) { d->idToPopup.remove(d->popupToId[popup]); @@ -80,7 +80,7 @@ void TagAction::unplug(TQWidget* widget) /* int TagAction::plug(TQWidget* widget, int index) { - TQPopupMenu* popup = ::qt_cast( widget ); + TQPopupMenu* popup = ::tqt_cast( widget ); if (!popup) { kdWarning() << "Can not plug KToggleAction in " << widget->className() << endl; -- cgit v1.2.3