aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/klipsi/toplevel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kde2/klipsi/toplevel.cpp')
-rw-r--r--kde2/klipsi/toplevel.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/kde2/klipsi/toplevel.cpp b/kde2/klipsi/toplevel.cpp
index 6f92e5a..d310515 100644
--- a/kde2/klipsi/toplevel.cpp
+++ b/kde2/klipsi/toplevel.cpp
@@ -40,10 +40,14 @@
#include <psibitmap.h>
+#include <iostream>
+
#define QUIT_ITEM 50
#define ABOUT_ITEM 51
#define CLIPFILE "C:/System/Data/Clpboard.cbd"
+using namespace std;
+
TopLevel::TopLevel()
: KMainWindow(0)
{