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