|
|
@ -20,6 +20,10 @@
|
|
|
|
#ifndef KINPUTDIALOG_H
|
|
|
|
#ifndef KINPUTDIALOG_H
|
|
|
|
#define KINPUTDIALOG_H
|
|
|
|
#define KINPUTDIALOG_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <tqt.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <kdialogbase.h>
|
|
|
|
|
|
|
|
|
|
|
|
class TQValidator;
|
|
|
|
class TQValidator;
|
|
|
|
|
|
|
|
|
|
|
|
class KLineEdit;
|
|
|
|
class KLineEdit;
|
|
|
@ -29,8 +33,6 @@ class KComboBox;
|
|
|
|
class KTextEdit;
|
|
|
|
class KTextEdit;
|
|
|
|
class KInputDialogPrivate;
|
|
|
|
class KInputDialogPrivate;
|
|
|
|
|
|
|
|
|
|
|
|
#include <kdialogbase.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* The KInputDialog class provides a simple dialog to get a single value
|
|
|
|
* The KInputDialog class provides a simple dialog to get a single value
|
|
|
|
* from the user. The value can be a string, a number (either an integer or
|
|
|
|
* from the user. The value can be a string, a number (either an integer or
|
|
|
|