mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
19 lines
455 B
C++
19 lines
455 B
C++
$NetBSD: patch-akregator_src_mainwindow.h,v 1.1 2013/03/26 23:30:45 joerg Exp $
|
|
|
|
--- akregator/src/mainwindow.h.orig 2013-03-26 09:32:12.000000000 +0000
|
|
+++ akregator/src/mainwindow.h
|
|
@@ -39,8 +39,11 @@ class KActionCollection;
|
|
class KToggleAction;
|
|
class KSqueezedTextLabel;
|
|
class KProgress;
|
|
-class KParts::BrowserExtension;
|
|
-class KParts::PartManager;
|
|
+
|
|
+namespace KParts {
|
|
+ class BrowserExtension;
|
|
+ class PartManager;
|
|
+}
|
|
|
|
namespace KPIM
|
|
{
|