diff options
Diffstat (limited to 'ksplashml/themeengine')
| -rw-r--r-- | ksplashml/themeengine/default/themelegacy.cpp | 4 | ||||
| -rw-r--r-- | ksplashml/themeengine/redmond/themeredmond.cpp | 6 | ||||
| -rw-r--r-- | ksplashml/themeengine/redmond/themeredmond.h | 2 | ||||
| -rw-r--r-- | ksplashml/themeengine/standard/themestandard.cpp | 2 | ||||
| -rw-r--r-- | ksplashml/themeengine/unified/themeunified.cpp | 2 | 
5 files changed, 8 insertions, 8 deletions
diff --git a/ksplashml/themeengine/default/themelegacy.cpp b/ksplashml/themeengine/default/themelegacy.cpp index 77274da99..5e918cef3 100644 --- a/ksplashml/themeengine/default/themelegacy.cpp +++ b/ksplashml/themeengine/default/themelegacy.cpp @@ -164,7 +164,7 @@ void ThemeDefault::_initUi()        mProgressBar->setPaletteBackgroundPixmap( blimage );        bottom_label->setFixedWidth( QMAX(blimage.width(),tlimage.width()) ); -      bottom_label->setFixedHeight( mLabel->sizeHint().height()+4 ); +      bottom_label->setFixedHeight( mLabel->tqsizeHint().height()+4 );        // 3 pixels of whitespace between the label and the progressbar.        mLabel->resize( bottom_label->width(), bottom_label->height() ); @@ -274,7 +274,7 @@ TQPixmap ThemeDefault::updateBarPixmap( int state )      p.drawPixmap(0, 0, *mInactivePixmap, 0, 0, tmp.width()-offs );    else  #endif -    p.drawPixmap(offs, 0, *mInactivePixmap, offs, 0); +    p.tqdrawPixmap(offs, 0, *mInactivePixmap, offs, 0);    return tmp ;  } diff --git a/ksplashml/themeengine/redmond/themeredmond.cpp b/ksplashml/themeengine/redmond/themeredmond.cpp index 5c7118441..175863f74 100644 --- a/ksplashml/themeengine/redmond/themeredmond.cpp +++ b/ksplashml/themeengine/redmond/themeredmond.cpp @@ -199,11 +199,11 @@ void ThemeRedmond::_initUi()      kdmconfig->setGroup("X-*-Greeter");      TQString userPicsDir = kdmconfig->readEntry( "FaceDir", KGlobal::dirs()->resourceDirs("data").last() + "kdm/faces" ) + '/';      TQString fs = kdmconfig->readEntry( "FaceSource" ); -    if (fs == TQString::fromLatin1("UserOnly")) +    if (fs == TQString::tqfromLatin1("UserOnly"))        faceSource = fUserOnly; -    else if (fs == TQString::fromLatin1("PreferUser")) +    else if (fs == TQString::tqfromLatin1("PreferUser"))        faceSource = fUserFirst; -    else if (fs == TQString::fromLatin1("PreferAdmin")) +    else if (fs == TQString::tqfromLatin1("PreferAdmin"))        faceSource = fAdminFirst;      else        faceSource = fAdminOnly; // Admin Only diff --git a/ksplashml/themeengine/redmond/themeredmond.h b/ksplashml/themeengine/redmond/themeredmond.h index 6f8cc1550..3ae82031a 100644 --- a/ksplashml/themeengine/redmond/themeredmond.h +++ b/ksplashml/themeengine/redmond/themeredmond.h @@ -57,7 +57,7 @@ public slots:      if( mText != s )      {        mText = s; -      repaint( false ); +      tqrepaint( false );      }    }; diff --git a/ksplashml/themeengine/standard/themestandard.cpp b/ksplashml/themeengine/standard/themestandard.cpp index 06582cd71..b0ceff516 100644 --- a/ksplashml/themeengine/standard/themestandard.cpp +++ b/ksplashml/themeengine/standard/themestandard.cpp @@ -20,7 +20,7 @@  #include <tqdesktopwidget.h>  #include <tqlabel.h> -#include <palette.h> +#include <tqpalette.h>  #include <tqpixmap.h>  #include <tqwidget.h> diff --git a/ksplashml/themeengine/unified/themeunified.cpp b/ksplashml/themeengine/unified/themeunified.cpp index 782753c82..e552e9909 100644 --- a/ksplashml/themeengine/unified/themeunified.cpp +++ b/ksplashml/themeengine/unified/themeunified.cpp @@ -80,7 +80,7 @@ void ThemeUnified::_initUi()    const TQRect rect = kapp->desktop()->screenGeometry( mTheme->xineramaScreen() );    // Center the dialog -  TQSize sh = sizeHint(); +  TQSize sh = tqsizeHint();    TQRect rect1 = KGlobalSettings::desktopGeometry(TQCursor::pos());    move(rect1.x() + (rect1.width() - sh.width())/2, rect1.y() + (rect1.height() - sh.height())/2);  }  | 
