diff options
Diffstat (limited to 'quanta/parts/preview/whtmlpart.cpp')
-rw-r--r-- | quanta/parts/preview/whtmlpart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/parts/preview/whtmlpart.cpp b/quanta/parts/preview/whtmlpart.cpp index 3979bb8b..0e91fce0 100644 --- a/quanta/parts/preview/whtmlpart.cpp +++ b/quanta/parts/preview/whtmlpart.cpp @@ -22,7 +22,7 @@ //kde includes #include <kconfig.h> #include <kdebug.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <khtml_settings.h> #include <khtmlview.h> #include <klocale.h> @@ -90,7 +90,7 @@ void WHTMLPart::urlSelected ( const TQString &url, int button, int state, const { KHTMLPart::urlSelected (url, button, state, target, args); KURL cURL = completeURL( url ); -// alternative not tested but used in kdevelop ! +// alternative not tested but used in tdevelop ! // KURL cURL=KURL(baseURL(),url); if (target.isEmpty() || (target == "_self") || (target == "_top") || (target == "_blank") || (target == "_parent") ) openURL( cURL ) ; |