~ubuntu-branches/ubuntu/oneiric/notecase/oneiric

« back to all changes in this revision

Viewing changes to src/FindDialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Vijay(Vijay)
  • Date: 2007-06-14 00:13:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070614001348-z9e2vbgtenb9nhoo
Tags: 1.5.6-0ubuntu1
* New Upstream release 
*  The libgnomevfs2-dev is also added to Build-Depends 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
////////////////////////////////////////////////////////////////////////////
2
 
// NoteCase notes manager project <http://notecase.sf.net>
3
 
//
4
 
// This code is licensed under BSD license.See "license.txt" for more details.
5
 
//
6
 
// File: Window class for Find dialog
7
 
////////////////////////////////////////////////////////////////////////////
8
 
 
9
 
#ifndef FindDialog_H_
10
 
#define FindDialog_H_
11
 
 
12
 
#if _MSC_VER > 1000
13
 
#pragma once
14
 
#endif // _MSC_VER > 1000
15
 
 
16
 
#include "gui/Dialog.h"
17
 
 
18
 
class FindDialog : public Dialog  
19
 
{
20
 
public:
21
 
        FindDialog();
22
 
        virtual ~FindDialog();
23
 
 
24
 
        virtual void Create();
25
 
};
26
 
 
27
 
#endif // ExportDialog_H_
 
1
////////////////////////////////////////////////////////////////////////////
 
2
// NoteCase notes manager project <http://notecase.sf.net>
 
3
//
 
4
// This code is licensed under BSD license.See "license.txt" for more details.
 
5
//
 
6
// File: Window class for Find dialog
 
7
////////////////////////////////////////////////////////////////////////////
 
8
 
 
9
#ifndef FindDialog_H_
 
10
#define FindDialog_H_
 
11
 
 
12
#if _MSC_VER > 1000
 
13
#pragma once
 
14
#endif // _MSC_VER > 1000
 
15
 
 
16
#include "gui/Dialog.h"
 
17
 
 
18
class FindDialog : public Dialog  
 
19
{
 
20
public:
 
21
        FindDialog();
 
22
        virtual ~FindDialog();
 
23
 
 
24
        virtual void Create();
 
25
};
 
26
 
 
27
#endif // ExportDialog_H_