summaryrefslogtreecommitdiffstats
path: root/akregator/src/viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/viewer.h')
-rw-r--r--akregator/src/viewer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/viewer.h b/akregator/src/viewer.h
index 364aeb9e..95924e82 100644
--- a/akregator/src/viewer.h
+++ b/akregator/src/viewer.h
@@ -44,9 +44,9 @@ namespace Akregator
/**
* Display article in external browser.
*/
- static void displayInExternalBrowser(const KURL &url, const QString& mimetype=QString::null);
+ static void displayInExternalBrowser(const KURL &url, const TQString& mimetype=TQString::null);
- Viewer(QWidget* parent, const char* name);
+ Viewer(TQWidget* parent, const char* name);
virtual ~Viewer();
virtual bool closeURL();
@@ -76,12 +76,12 @@ namespace Akregator
// FIXME: Sort out how things are supposed to work and clean up the following slots
/** reimplemented to handle url selection according to the settings for LMB and MMB */
- virtual void urlSelected(const QString &url, int button, int state, const QString &_target, KParts::URLArgs args);
+ virtual void urlSelected(const TQString &url, int button, int state, const TQString &_target, KParts::URLArgs args);
/** slot for handling openURLRequestDelayed() signal from the browserextension. Handles POST requests (for forms) only, other link handling goes to urlSelected(). Does nothing in Viewer, reimplemented in PageViewer to make forms working */
virtual void slotOpenURLRequest(const KURL& url, const KParts::URLArgs& args);
- virtual void slotPopupMenu(KXMLGUIClient*, const QPoint&, const KURL&, const KParts::URLArgs&, KParts::BrowserExtension::PopupFlags, mode_t);
+ virtual void slotPopupMenu(KXMLGUIClient*, const TQPoint&, const KURL&, const KParts::URLArgs&, KParts::BrowserExtension::PopupFlags, mode_t);
/** Copies current link to clipboard. */
void slotCopyLinkAddress();