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

List:       kde-commits
Subject:    kdeextragear-2/kimdaba/compat
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2004-04-18 18:12:12
Message-ID: 20040418181212.667BD99FE () office ! kde ! org
[Download RAW message or body]

CVS commit by mutz: 

o Add ktimewidget.{h,cpp} from kdeui/3.2 for KDE 3.1 compat.
o Move all copies of classes for in the compat subdir into the KimDaBaCompat \
namespace, so that a KimDaBa compiled against KDE 3.1 can be used with KDE 3.2 \
without clashing names.

CCMAIL: blackie@blackie.dk


  A            ktimewidget.cpp   1.1 [no copyright]
  A            ktimewidget.h   1.1 [LGPL]
  M +1 -1      Makefile.am   1.3
  M +6 -0      kinputdialog.h   1.3
  M +5 -0      kshell.h   1.2
  M +7 -0      ktempdir.h   1.2


--- kdeextragear-2/kimdaba/compat/Makefile.am  #1.2:1.3
@@ -2,5 +2,5 @@
 
 INCLUDES= $(all_includes)
-libkimdabacompat_la_SOURCES = kshell.cpp ktempdir.cpp
+libkimdabacompat_la_SOURCES = kshell.cpp ktempdir.cpp ktimewidget.cpp
 
 METASOURCES = AUTO

--- kdeextragear-2/kimdaba/compat/kinputdialog.h  #1.2:1.3
@@ -23,4 +23,6 @@
 #include <klineeditdlg.h>
 
+namespace KimDaBaCompat {
+
 /**
  * The KInputDialog class provides a simple dialog to get a single value
@@ -42,3 +44,7 @@ private:
 };
 
+} // namespace KimDaBaCompat
+
+using namespace KimDaBaCompat;
+
 #endif // KINPUTDIALOG_H

--- kdeextragear-2/kimdaba/compat/kshell.h  #1.1:1.2
@@ -25,4 +25,6 @@
 #include <qstringlist.h>
 
+namespace KimDaBaCompat {
+
 /**
  * \namespace KShell
@@ -97,4 +99,7 @@ namespace KShell {
 }
 
+} // namespace KimDaBaCompat
+
+using namespace KimDaBaCompat;
 
 #endif /* _KSHELL_H */

--- kdeextragear-2/kimdaba/compat/ktempdir.h  #1.1:1.2
@@ -26,4 +26,7 @@
 
 class QDir;
+
+namespace KimDaBaCompat {
+
 class KTempDirPrivate;
 
@@ -135,3 +138,7 @@ private:
 };
 
+} // namespace KimDaBaCompat
+
+using namespace KimDaBaCompat;
+
 #endif


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

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