summaryrefslogtreecommitdiffstats
path: root/kab/qconfigDB.h
diff options
context:
space:
mode:
Diffstat (limited to 'kab/qconfigDB.h')
-rw-r--r--kab/qconfigDB.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kab/qconfigDB.h b/kab/qconfigDB.h
index 36fcd369d..f74e5886c 100644
--- a/kab/qconfigDB.h
+++ b/kab/qconfigDB.h
@@ -19,6 +19,7 @@
namespace std { }
using namespace std;
+#include <functional>
#include <list>
#include <map>
#include <tqwidget.h>
@@ -43,7 +44,7 @@ class TQTextStream;
* it is called with.
*/
struct QCStringLess
- : public binary_function<const TQCString&, const TQCString&, bool>
+ : public std::function<bool(const TQCString&, const TQCString&)>
{
/**
* The function operator, inline.
@@ -550,7 +551,7 @@ public:
class QConfigDB : public TQWidget
{
// ############################################################################
- Q_OBJECT
+ TQ_OBJECT
// ----------------------------------------------------------------------------
protected:
/**