summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/karambarootpixmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'superkaramba/src/karambarootpixmap.cpp')
-rw-r--r--superkaramba/src/karambarootpixmap.cpp36
1 files changed, 36 insertions, 0 deletions
diff --git a/superkaramba/src/karambarootpixmap.cpp b/superkaramba/src/karambarootpixmap.cpp
new file mode 100644
index 0000000..b733624
--- /dev/null
+++ b/superkaramba/src/karambarootpixmap.cpp
@@ -0,0 +1,36 @@
+/***************************************************************************
+ * Copyright (C) 2003 by Hans Karlsson *
+ * karlsson.h@home.se *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ ***************************************************************************/
+
+#include "karambarootpixmap.h"
+#include "karamba.h"
+
+KarambaRootPixmap::KarambaRootPixmap(QWidget *w) :
+ KRootPixmap( w)
+{
+ widget = w;
+}
+
+/*KarambaRootPixmap::KarambaRootPixmap()
+ : KRootPixmap(0)
+ {
+
+//widget = w;
+}
+*/
+
+KarambaRootPixmap::~KarambaRootPixmap()
+{
+}
+
+void KarambaRootPixmap::updateBackground (KSharedPixmap *kpm)
+{
+ ((karamba*)widget)->updateBackground(kpm);
+}
+