From 9a3833c28cf7488957abc9e67094ba8ea60f92cd Mon Sep 17 00:00:00 2001 From: tille Date: Thu, 20 Jun 2002 22:49:53 +0000 Subject: back again --- (limited to 'example') diff --git a/example/main.cpp b/example/main.cpp index 2b23751..b705c44 100644 --- a/example/main.cpp +++ b/example/main.cpp @@ -1,11 +1,11 @@ -#include "ntp.h" +#include "example.h" #include int main( int argc, char ** argv ) { QPEApplication a( argc, argv ); - Ntp mw; + Example mw; a.showMainWidget( &mw ); return a.exec(); -- cgit v0.9.0.2