diff options
Diffstat (limited to 'lib/widgets/kdevhtmlpart.cpp')
-rw-r--r-- | lib/widgets/kdevhtmlpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/kdevhtmlpart.cpp b/lib/widgets/kdevhtmlpart.cpp index 690c39ac..bb9bc892 100644 --- a/lib/widgets/kdevhtmlpart.cpp +++ b/lib/widgets/kdevhtmlpart.cpp @@ -22,7 +22,7 @@ KDevHTMLPart::KDevHTMLPart() : KHTMLPart(0L, 0L, 0L, "KDevHTMLPart", DefaultGUI ) { - setXMLFile(locate("data", "kdevelop/kdevhtml_partui.rc"), true); + setXMLFile(locate("data", "tdevelop/kdevhtml_partui.rc"), true); connect(browserExtension(), TQT_SIGNAL(openURLRequestDelayed(const KURL &,const KParts::URLArgs &)), this, TQT_SLOT(openURLRequest(const KURL &)) ); |