summaryrefslogtreecommitdiffstats
path: root/kmobile
diff options
context:
space:
mode:
Diffstat (limited to 'kmobile')
-rw-r--r--kmobile/devices/gnokii/gnokiiconfig.h2
-rw-r--r--kmobile/kmobiledevice.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kmobile/devices/gnokii/gnokiiconfig.h b/kmobile/devices/gnokii/gnokiiconfig.h
index a3f3b04b..be76188b 100644
--- a/kmobile/devices/gnokii/gnokiiconfig.h
+++ b/kmobile/devices/gnokii/gnokiiconfig.h
@@ -28,7 +28,7 @@ class GnokiiConfig : public GnokiiConfigUI
TQ_OBJECT
public:
- GnokiiConfig( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ GnokiiConfig( TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 );
~GnokiiConfig();
void setValues(const TQString &model, const TQString &connection, const TQString &port, const TQString &baud);
diff --git a/kmobile/kmobiledevice.h b/kmobile/kmobiledevice.h
index 14f212a6..00c43ee9 100644
--- a/kmobile/kmobiledevice.h
+++ b/kmobile/kmobiledevice.h
@@ -381,7 +381,7 @@ signals:
*
* @param info See @ref AuthInfo.
* @param errorMsg Error message to show
- * @return @p TRUE if user clicks on "OK", @p FALSE otherwsie.
+ * @return @p true if user clicks on "OK", @p false otherwsie.
* @since 3.1
*/
bool openPassDlg( TDEIO::AuthInfo& info, const TQString &errorMsg );