summaryrefslogtreecommitdiff
path: root/noncore/styles/theme/othemebase.h
Side-by-side diff
Diffstat (limited to 'noncore/styles/theme/othemebase.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/styles/theme/othemebase.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/styles/theme/othemebase.h b/noncore/styles/theme/othemebase.h
index e691692..5519798 100644
--- a/noncore/styles/theme/othemebase.h
+++ b/noncore/styles/theme/othemebase.h
@@ -19,4 +19,9 @@
#define __OTHEMEBASE_H
+/* OPIE */
+#include <opie2/odebug.h>
+using namespace Opie::Core;
+
+/* QT */
#include <qdatetime.h>
#include <qtimer.h>
@@ -67,5 +72,5 @@ inline void OThemePixmap::setBorder( BorderType type, const QPixmap &p )
{
if ( b[ type ] ) {
- qWarning( "OThemePixmap: Overwriting existing border!" );
+ owarn << "OThemePixmap: Overwriting existing border!" << oendl;
delete( b[ type ] );
}