summaryrefslogtreecommitdiffstats
path: root/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/media/mounthelper/tdeio_media_mounthelper.h')
-rw-r--r--tdeioslave/media/mounthelper/tdeio_media_mounthelper.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h b/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h
index 60cdb064d..60b6c3379 100644
--- a/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h
+++ b/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (c) 2004 K�vin Ottens <ervin ipsquad net>
+ Copyright (c) 2004 Kévin Ottens <ervin ipsquad net>
Parts of this file are
Copyright 2003 Waldo Bastian <[email protected]>
@@ -42,15 +42,13 @@ private:
TQString m_errorStr;
TQString m_mediumId;
Dialog *dialog;
+ void error();
private slots:
void slotSendPassword();
void slotCancel();
void ejectFinished(TDEProcess* proc);
void errorAndExit();
-
-signals:
- void signalPasswordError(TQString errorMsg);
};
#endif