summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/kopeteballoon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/kopeteballoon.cpp')
-rw-r--r--kopete/kopete/kopeteballoon.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/kopete/kopeteballoon.cpp b/kopete/kopete/kopeteballoon.cpp
index ebc6aeab..decfb2cd 100644
--- a/kopete/kopete/kopeteballoon.cpp
+++ b/kopete/kopete/kopeteballoon.cpp
@@ -21,7 +21,7 @@
#include <tqpointarray.h>
#include <tqpushbutton.h>
#include <tqtooltip.h>
-#include <layout.h>
+#include <tqlayout.h>
#include <tqtimer.h>
#include <tdeversion.h>
@@ -78,7 +78,7 @@ KopeteBalloon::KopeteBalloon(const TQString &text, const TQString &pix)
//TQLabel *mCaption = new TQLabel(text, this, "mCaption");
KopeteActiveLabel *mCaption = new KopeteActiveLabel(text, this, "mCaption");
mCaption->setPalette(TQToolTip::palette());
- mCaption->setSizePolicy( TQSizePolicy::Minimum, TQSizePolicy::Minimum );
+ mCaption->tqsetSizePolicy( TQSizePolicy::Minimum, TQSizePolicy::Minimum );
if (!pix.isEmpty())
{
@@ -159,8 +159,8 @@ void KopeteBalloon::updateMask()
mask -= corner;
}
- // get screen-geometry for screen our anchor is on
- // (geometry can differ from screen to screen!
+ // get screen-tqgeometry for screen our anchor is on
+ // (tqgeometry can differ from screen to screen!
TQRect deskRect = KGlobalSettings::desktopGeometry(mAnchor);
bool bottom = (mAnchor.y() + height()) > ((deskRect.y() + deskRect.height()-48));