aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/plugins/plpprops.cc
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-07-14 20:12:37 +0000
committerFritz Elfert <felfert@to.com>2002-07-14 20:12:37 +0000
commit2aa24e4ec6d8d5c21b6ecf0f1ce4a40890f62d35 (patch)
tree0bbad0ea7fff7d3fbf94b028f8e1390031d714d5 /kde2/plugins/plpprops.cc
parent28e01b8c6a137a9e98d95689be3d3d72be18d9d7 (diff)
downloadplptools-2aa24e4ec6d8d5c21b6ecf0f1ce4a40890f62d35.tar.gz
plptools-2aa24e4ec6d8d5c21b6ecf0f1ce4a40890f62d35.tar.bz2
plptools-2aa24e4ec6d8d5c21b6ecf0f1ce4a40890f62d35.zip
- gcc3 related fixes for KDE stuff
Diffstat (limited to 'kde2/plugins/plpprops.cc')
-rw-r--r--kde2/plugins/plpprops.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/kde2/plugins/plpprops.cc b/kde2/plugins/plpprops.cc
index db601c6..065eaa4 100644
--- a/kde2/plugins/plpprops.cc
+++ b/kde2/plugins/plpprops.cc
@@ -66,6 +66,8 @@ static inline const char *N_(const char *t) { return t; }
#define KIO_ARGS QByteArray packedArgs; \
QDataStream stream( packedArgs, IO_WriteOnly ); stream
+using namespace std;
+
class PlpPropsPlugin::PlpPropsPluginPrivate {
public:
PlpPropsPluginPrivate() { }