|
|
|
@ -18,10 +18,10 @@
|
|
|
|
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
|
|
|
***************************************************************************/
|
|
|
|
|
#include "logviewerdialog.h"
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
#include <tdelocale.h>
|
|
|
|
|
#include <tdelistview.h>
|
|
|
|
|
#include <tqpixmap.h>
|
|
|
|
|
#include <kglobal.h>
|
|
|
|
|
#include <tdeglobal.h>
|
|
|
|
|
#include <tqstring.h>
|
|
|
|
|
#include <tqcursor.h>
|
|
|
|
|
#include <kiconloader.h>
|
|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
#include <kvpnc.h>
|
|
|
|
|
#include <tqfile.h>
|
|
|
|
|
#include <tqtextstream.h>
|
|
|
|
|
#include <kmessagebox.h>
|
|
|
|
|
#include <tdemessagebox.h>
|
|
|
|
|
|
|
|
|
|
LogViewerDialog::LogViewerDialog(TQWidget *parent, TQApplication *app, KVpncConfig *GlobalConfig,const TQString& caption, int count) : KDialogBase( parent, "Show_log", false, caption,
|
|
|
|
|
KDialogBase::Ok|KDialogBase::Cancel,KDialogBase::Ok, true )
|
|
|
|
|