From 495d08bc2db58ee7fc4ea55a7158f2f61b82fc56 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 20:16:47 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kscreensaver/ChangeLog | 6 +++--- kscreensaver/blankscrn.cpp | 2 +- kscreensaver/random.cpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kscreensaver') diff --git a/kscreensaver/ChangeLog b/kscreensaver/ChangeLog index 52a485af7..bc3f31d23 100644 --- a/kscreensaver/ChangeLog +++ b/kscreensaver/ChangeLog @@ -6,8 +6,8 @@ * banner.h, banner.cpp: -added cycling color option -added "show current time" option - -replaced the readEntry()'s with the appropriate read*Entry()'s - * replaced the glocale->translate with i18n in + -tqreplaced the readEntry()'s with the appropriate read*Entry()'s + * tqreplaced the glocale->translate with i18n in attraction.cpp, banner.cpp, bat.cpp, blankscrn.cpp, blob.cpp, bouboule.cpp, flame.cpp, forest.cpp, hop.cpp, laser.cpp, lines.cpp, lissie.cpp, main.cpp, morph3d.cpp, pipes.cpp, polygon.cpp, pyro.cpp, rock.cpp, @@ -43,7 +43,7 @@ Version 0.3.7 -added geometry management to all screensaver setups except kmorph3d (Mario +added tqgeometry management to all screensaver setups except kmorph3d (Mario Weilguni ) Version 0.3.6 diff --git a/kscreensaver/blankscrn.cpp b/kscreensaver/blankscrn.cpp index 1f57726b2..114bff145 100644 --- a/kscreensaver/blankscrn.cpp +++ b/kscreensaver/blankscrn.cpp @@ -69,7 +69,7 @@ KBlankSetup::KBlankSetup( TQWidget *parent, const char *name ) grid->setRowStretch( 2, 10 ); grid->setRowStretch( 3, 20 ); - setMinimumSize( sizeHint() ); + setMinimumSize( tqsizeHint() ); } // read settings from config file diff --git a/kscreensaver/random.cpp b/kscreensaver/random.cpp index cd984a145..84f4ab419 100644 --- a/kscreensaver/random.cpp +++ b/kscreensaver/random.cpp @@ -160,7 +160,7 @@ int main(int argc, char *argv[]) int howoften = 1; if ( defaults.count() != 0 ) { TQFileInfo fi( tempSaverFileList[i] ); - if ( def_numbers.contains( fi.fileName() ) ) + if ( def_numbers.tqcontains( fi.fileName() ) ) howoften = def_numbers[fi.fileName()]; else howoften = 0; @@ -271,7 +271,7 @@ KRandomSetup::KRandomSetup( TQWidget *parent, const char *name ) manipulateScreen = new TQCheckBox(i18n("Use screen savers that manipulate the screen"), main); grid->addWidget(manipulateScreen, 1, 0); - setMinimumSize( sizeHint() ); + setMinimumSize( tqsizeHint() ); KConfig config("krandom.kssrc"); config.setGroup("Settings"); -- cgit v1.2.3