summaryrefslogtreecommitdiffstats
path: root/twin-styles/icewm/icewm.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:28:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:28:55 -0600
commitfcd2154ede47d527ad893548e3f35e7bdc79dee2 (patch)
tree398326f1df1845caf60887e456cc94a2d89f0d23 /twin-styles/icewm/icewm.cpp
parent64387998d3060f9e11ffaf823e0e52b0e3739a7a (diff)
downloadtdeartwork-fcd2154ede47d527ad893548e3f35e7bdc79dee2.tar.gz
tdeartwork-fcd2154ede47d527ad893548e3f35e7bdc79dee2.zip
Rename additional global TQt functions
Diffstat (limited to 'twin-styles/icewm/icewm.cpp')
-rw-r--r--twin-styles/icewm/icewm.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/twin-styles/icewm/icewm.cpp b/twin-styles/icewm/icewm.cpp
index c41c7a58..1e79ceb0 100644
--- a/twin-styles/icewm/icewm.cpp
+++ b/twin-styles/icewm/icewm.cpp
@@ -496,7 +496,7 @@ void ThemeHandler::freePixmapGroup( TQPixmap* p[] )
p[Active] = NULL;
p[InActive] = NULL;
} else
- qWarning("twin-icewm: freePixmapGroup - invalid TQPixmap** 'p'\n");
+ tqWarning("twin-icewm: freePixmapGroup - invalid TQPixmap** 'p'\n");
}
@@ -583,9 +583,9 @@ static void draw3DRect(TQPainter &pnt, TQColor &col, int x, int y, int w, int h,
void ThemeHandler::setPixmapButton( TQPixmap* p[], TQString s1, TQString s2)
{
if ( p[Active] )
- qWarning("twin-icewm: setPixmap - should be null (1)\n");
+ tqWarning("twin-icewm: setPixmap - should be null (1)\n");
if ( p[InActive] )
- qWarning("twin-icewm: setPixmap - should be null (2)\n");
+ tqWarning("twin-icewm: setPixmap - should be null (2)\n");
TQString str = locate("appdata", TQString("icewm-themes/")
+ themeName + s1 + "A" + s2);
@@ -682,9 +682,9 @@ void ThemeHandler::setPixmap( TQPixmap* p[], TQString s1, TQString s2,
bool stretch, bool stretchHoriz )
{
if ( p[Active] )
- qWarning("twin-icewm: setPixmap - should be null (1)\n");
+ tqWarning("twin-icewm: setPixmap - should be null (1)\n");
if ( p[InActive] )
- qWarning("twin-icewm: setPixmap - should be null (2)\n");
+ tqWarning("twin-icewm: setPixmap - should be null (2)\n");
p[Active] = new TQPixmap( locate("data", TQString("twin/icewm-themes/")
+ themeName + s1 + "A" + s2) );
@@ -825,7 +825,7 @@ void IceWMButton::drawButton(TQPainter *pnt)
pnt->drawPixmap(0, 0, *p, 0, 0, width, titleBarHeight);
}
} else
- qWarning("twin-icewm: Can't paint a null pixmap button");
+ tqWarning("twin-icewm: Can't paint a null pixmap button");
}