summaryrefslogtreecommitdiffstats
path: root/kmail/interfaces/urlhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/interfaces/urlhandler.h')
-rw-r--r--kmail/interfaces/urlhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/interfaces/urlhandler.h b/kmail/interfaces/urlhandler.h
index 808f3196f..b19b7e199 100644
--- a/kmail/interfaces/urlhandler.h
+++ b/kmail/interfaces/urlhandler.h
@@ -64,13 +64,13 @@ namespace KMail {
@return true if the right-click was handled by this
URLHandler, false otherwise.
*/
- virtual bool handleContextMenuRequest( const KURL & url, const QPoint & p, KMReaderWin * w ) const = 0;
+ virtual bool handleContextMenuRequest( const KURL & url, const TQPoint & p, KMReaderWin * w ) const = 0;
/** Called when hovering over a link.
@return a string to be shown in the status bar while hovering
over this link.
*/
- virtual QString statusBarMessage( const KURL & url, KMReaderWin * w ) const = 0;
+ virtual TQString statusBarMessage( const KURL & url, KMReaderWin * w ) const = 0;
};
} // namespace KMail