summaryrefslogtreecommitdiffstats
path: root/kdm/kfrontend/kgverify.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdm/kfrontend/kgverify.h')
-rw-r--r--kdm/kfrontend/kgverify.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdm/kfrontend/kgverify.h b/kdm/kfrontend/kgverify.h
index 0276b2f97..b5daad969 100644
--- a/kdm/kfrontend/kgverify.h
+++ b/kdm/kfrontend/kgverify.h
@@ -68,7 +68,7 @@ class KGVerifyHandler {
virtual void verifyFailed() = 0;
virtual void verifyRetry() = 0;
virtual void verifySetUser( const TQString &user ) = 0;
- virtual void updateStatus( bool fail, bool caps, int left ); // for themed only
+ virtual void updatetqStatus( bool fail, bool caps, int left ); // for themed only
};
class TQWidget;
@@ -126,8 +126,8 @@ class KGVerify : public TQObject, public KGreeterPluginHandler {
bool eventFilter( TQObject *, TQEvent * );
void MsgBox( TQMessageBox::Icon typ, const TQString &msg );
void setTimer();
- void updateLockStatus();
- virtual void updateStatus() = 0;
+ void updateLocktqStatus();
+ virtual void updatetqStatus() = 0;
void handleVerify();
QXTimer timer;
@@ -188,7 +188,7 @@ class KGStdVerify : public KGVerify {
void selectPlugin( int id );
protected:
- void updateStatus();
+ void updatetqStatus();
private:
TQGridLayout *grid;
@@ -214,7 +214,7 @@ class KGThemedVerify : public KGVerify {
void selectPlugin( int id );
protected:
- void updateStatus();
+ void updatetqStatus();
private slots:
void slotPluginSelected( int id );