[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/libkonq
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2007-02-28 0:06:55
Message-ID: 1172621215.718630.23239.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 637858 by aseigo:

whoops, this file too =)


 M  +3 -3      konq_events.h  


--- trunk/KDE/kdebase/libkonq/konq_events.h #637857:637858
@@ -51,9 +51,9 @@
 class LIBKONQ_EXPORT KonqConfigEvent : public KParts::Event
 {
 public:
-  KonqConfigEvent( KConfig *config, const QString &prefix, bool save ) : \
KParts::Event( s_configEventName ), m_config( config ), m_prefix( prefix ), m_save( \
save ) {} +  KonqConfigEvent( KConfigBase *config, const QString &prefix, bool save ) \
: KParts::Event( s_configEventName ), m_config( config ), m_prefix( prefix ), m_save( \
save ) {}  
-  KConfig * config() const { return m_config; }
+  KConfigBase * config() const { return m_config; }
   QString prefix() const { return m_prefix; }
   bool save() const { return m_save; }
 
@@ -62,7 +62,7 @@
 private:
   static const char *s_configEventName;
 
-  KConfig *m_config;
+  KConfigBase *m_config;
   QString m_prefix;
   bool m_save;
 };


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic