You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
krusader/krusader/UserAction/useractionpopupmenu.h

26 lines
441 B

//
// C++ Interface: UserActionPopupMenu
//
// Description:
//
//
// Author: Jonas Bähr, (C) 2004
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef USERACTIONPOPUPMENU_H
#define USERACTIONPOPUPMENU_H
#include <tdepopupmenu.h>
class KURL;
class UserActionPopupMenu : public TDEPopupMenu {
public:
UserActionPopupMenu( KURL currentURL, TQWidget *parent = 0 );
};
#endif // ifndef USERACTIONPOPUPMENU_H