diff options
author | Timothy Pearson <[email protected]> | 2012-03-07 21:19:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-07 21:19:16 -0600 |
commit | 29d4a9cebb53f0220f7cf63f95ca8cbfd0f28793 (patch) | |
tree | ca0e5d7b60a4dd9a3a6d6bd5d530d2567c556464 /akregator | |
parent | 8c197c9946e3b3a9f0bf716172087c37481c323b (diff) | |
download | tdepim-29d4a9cebb53f0220f7cf63f95ca8cbfd0f28793.tar.gz tdepim-29d4a9cebb53f0220f7cf63f95ca8cbfd0f28793.zip |
Rename additional members for tqt3
Diffstat (limited to 'akregator')
-rw-r--r-- | akregator/src/pageviewer.cpp | 2 | ||||
-rw-r--r-- | akregator/src/tagaction.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/pageviewer.cpp b/akregator/src/pageviewer.cpp index 2adb03c70..d7238d906 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 ec05f57b7..3fe5c2fbb 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<TQPopupMenu *>(widget); + TQPopupMenu* popup = ::tqt_cast<TQPopupMenu *>(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<TQPopupMenu *>( widget ); + TQPopupMenu* popup = ::tqt_cast<TQPopupMenu *>( widget ); if (!popup) { kdWarning() << "Can not plug KToggleAction in " << widget->className() << endl; |